#CAB2B6

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

Shades of Pink Flare #CAB2B6

Tints of Pink Flare #CAB2B6

Color information

#CAB2B6 (or 0xCAB2B6) is unknown color: approx Pink Flare. HEX triplet: CA, B2 and B6. RGB value is (202,178,182). Sum of RGB (Red+Green+Blue) = 202+178+182=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2B6 is #354D49. Grayscale: #B9B9B9. Windows color (decimal): -3493194 or 11973322. OLE color: 11973322.

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

Color convert

RGB202178182-
CMYK00.120.100.21
HSL350º18.46%74.51%-
HSV(B)350º11.88%79.22%-
XYZ48.7247.7750.91-
YUV185.63125.95139.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 178 (69.92% from 255) = 31.67%
BLUE value IS 182 (71.48% from 255) = 32.38%
R=35.94%
G=31.67%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217818200.120.100.2135018.4674.51
HexCAB2B60CA1515e124b
Octal312262266014122553622113
Binary11001010101100101011011001100101010101101011110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2B6; }

 p { color: rgb(202,178,182); }

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

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

 a { background-color: rgb(202,178,182); }

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

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

 span { border-color: rgb(202,178,182); }

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