#CABBBC

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

Shades of Pink Flare #CABBBC

Tints of Pink Flare #CABBBC

Color information

#CABBBC (or 0xCABBBC) is unknown color: approx Pink Flare. HEX triplet: CA, BB and BC. RGB value is (202,187,188). Sum of RGB (Red+Green+Blue) = 202+187+188=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBBC is #354443. Grayscale: #BFBFBF. Windows color (decimal): -3490884 or 12368842. OLE color: 12368842.

HSL color Cylindrical-coordinate representation of color #CABBBC: hue angle of 356º 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 #CABBBC is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202187188-
CMYK00.070.070.21
HSL356º12.4%76.27%-
HSV(B)356º7.43%79.22%-
XYZ51.251.7354.86-
YUV191.6125.97135.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 188 (73.83% from 255) = 32.58%
R=35.01%
G=32.41%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218718800.070.070.2135612.476.27
HexCABBBC07715164c4c
Octal3122732740772554414114
Binary11001010101110111011110001111111010110110010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBBC; }

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

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

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

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

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

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

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

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