#CABCBE

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

Shades of Pink Flare #CABCBE

Tints of Pink Flare #CABCBE

Color information

#CABCBE (or 0xCABCBE) is unknown color: approx Pink Flare. HEX triplet: CA, BC and BE. RGB value is (202,188,190). Sum of RGB (Red+Green+Blue) = 202+188+190=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCBE is #354341. Grayscale: #C0C0C0. Windows color (decimal): -3490626 or 12500170. OLE color: 12500170.

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

Color convert

RGB202188190-
CMYK00.070.060.21
HSL351.43º11.67%76.47%-
HSV(B)351.43º6.93%79.22%-
XYZ51.6352.2456.08-
YUV192.41126.64134.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=34.83%
G=32.41%
B=32.76%

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
Decimal20218819000.070.060.21351.4311.6776.47
HexCABCBE0761515fc4c
Octal3122742760762553714114
Binary11001010101111001011111001111101010110101111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCBE; }

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

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

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

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

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

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

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

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