#CABBBE

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

Shades of Pink Flare #CABBBE

Tints of Pink Flare #CABBBE

Color information

#CABBBE (or 0xCABBBE) is unknown color: approx Pink Flare. HEX triplet: CA, BB and BE. RGB value is (202,187,190). Sum of RGB (Red+Green+Blue) = 202+187+190=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBBE is #354441. Grayscale: #BFBFBF. Windows color (decimal): -3490882 or 12499914. OLE color: 12499914.

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

Color convert

RGB202187190-
CMYK00.070.060.21
HSL348º12.4%76.27%-
HSV(B)348º7.43%79.22%-
XYZ51.4251.8156.01-
YUV191.83126.97135.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=34.89%
G=32.30%
B=32.82%

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
Decimal20218719000.070.060.2134812.476.27
HexCABBBE0761515cc4c
Octal3122732760762553414114
Binary11001010101110111011111001111101010110101110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBBE; }

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

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

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

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

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

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

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

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