#CABBB6

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

Shades of Wafer #CABBB6

Tints of Wafer #CABBB6

Color information

#CABBB6 (or 0xCABBB6) is unknown color: approx Wafer. HEX triplet: CA, BB and B6. RGB value is (202,187,182). Sum of RGB (Red+Green+Blue) = 202+187+182=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBB6 is #354449. Grayscale: #BEBEBE. Windows color (decimal): -3490890 or 11975626. OLE color: 11975626.

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

Color convert

RGB202187182-
CMYK00.070.100.21
HSL15º15.87%75.29%-
HSV(B)15º9.9%79.22%-
XYZ50.5751.4751.53-
YUV190.91122.97135.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 187 (73.44% from 255) = 32.75%
BLUE value IS 182 (71.48% from 255) = 31.87%
R=35.38%
G=32.75%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218718200.070.100.211515.8775.29
HexCABBB607A15f104b
Octal3122732660712251720113
Binary11001010101110111011011001111010101011111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBB6; }

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

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

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

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

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

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

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

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