#CABBBD

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

Shades of Pink Flare #CABBBD

Tints of Pink Flare #CABBBD

Color information

#CABBBD (or 0xCABBBD) is unknown color: approx Pink Flare. HEX triplet: CA, BB and BD. RGB value is (202,187,189). Sum of RGB (Red+Green+Blue) = 202+187+189=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBBD is #354442. Grayscale: #BFBFBF. Windows color (decimal): -3490883 or 12434378. OLE color: 12434378.

HSL color Cylindrical-coordinate representation of color #CABBBD: hue angle of 352º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CABBBD is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202187189-
CMYK00.070.060.21
HSL352º12.4%76.27%-
HSV(B)352º7.43%79.22%-
XYZ51.3151.7755.43-
YUV191.71126.47135.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=34.95%
G=32.35%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218718900.070.060.2135212.476.27
HexCABBBD07615160c4c
Octal3122732750762554014114
Binary11001010101110111011110101111101010110110000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBBD; }

 p { color: rgb(202,187,189); }

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

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

 a { background-color: rgb(202,187,189); }

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

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

 span { border-color: rgb(202,187,189); }

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