#CBAFB7

Color #CBAFB7 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #CBAFB7

Tints of Pink Flare #CBAFB7

Color information

#CBAFB7 (or 0xCBAFB7) is unknown color: approx Pink Flare. HEX triplet: CB, AF and B7. RGB value is (203,175,183). Sum of RGB (Red+Green+Blue) = 203+175+183=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFB7 is #345048. Grayscale: #B8B8B8. Windows color (decimal): -3428425 or 12038091. OLE color: 12038091.

HSL color Cylindrical-coordinate representation of color #CBAFB7: hue angle of 342.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAFB7 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB203175183-
CMYK00.140.100.20
HSL342.86º21.21%74.12%-
HSV(B)342.86º13.79%79.61%-
XYZ48.5146.7851.27-
YUV184.28127.28141.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 183 (71.88% from 255) = 32.62%
R=36.19%
G=31.19%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317518300.140.100.20342.8621.2174.12
HexCBAFB70EA14157154a
Octal313257267016122452725112
Binary11001011101011111011011101110101010100101010111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFB7; }

 p { color: rgb(203,175,183); }

 H1.HeaderClassName
 {
   color: #CBAFB7;
 }
 .AnyTagClassName
 {
   color: #CBAFB7;
 }
</style>
background-color css

<style>
 a { background-color: #CBAFB7; }

 a { background-color: rgb(203,175,183); }

 div.DivClassName
 {
   background-color: #CBAFB7;
 }
 .BgClassName
 {
   background-color: #CBAFB7;
 }
</style>
border-color css

<style>
 span { border-color: #CBAFB7; }

 span { border-color: rgb(203,175,183); }

 td.TdClassName
 {
   border-color: #CBAFB7;
 }
 .TagClassName
 {
   border-color: #CBAFB7;
 }
</style>