#CABCBF

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

Shades of Pink Flare #CABCBF

Tints of Pink Flare #CABCBF

Color information

#CABCBF (or 0xCABCBF) is unknown color: approx Pink Flare. HEX triplet: CA, BC and BF. RGB value is (202,188,191). Sum of RGB (Red+Green+Blue) = 202+188+191=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCBF is #354340. Grayscale: #C0C0C0. Windows color (decimal): -3490625 or 12565706. OLE color: 12565706.

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

Color convert

RGB202188191-
CMYK00.070.050.21
HSL347.14º11.67%76.47%-
HSV(B)347.14º6.93%79.22%-
XYZ51.7452.2856.65-
YUV192.53127.14134.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 191 (75% from 255) = 32.87%
R=34.77%
G=32.36%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218819100.070.050.21347.1411.6776.47
HexCABCBF0751515bc4c
Octal3122742770752553314114
Binary11001010101111001011111101111011010110101101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCBF; }

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

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

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

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

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

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

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

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