#CCBAB2

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

Shades of Wafer #CCBAB2

Tints of Wafer #CCBAB2

Color information

#CCBAB2 (or 0xCCBAB2) is unknown color: approx Wafer. HEX triplet: CC, BA and B2. RGB value is (204,186,178). Sum of RGB (Red+Green+Blue) = 204+186+178=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAB2 is #33454D. Grayscale: #BEBEBE. Windows color (decimal): -3360078 or 11713228. OLE color: 11713228.

HSL color Cylindrical-coordinate representation of color #CCBAB2: hue angle of 18.46º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCBAB2 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB204186178-
CMYK00.090.130.2
HSL18.46º20.31%74.9%-
HSV(B)18.46º12.75%80%-
XYZ50.551.1749.33-
YUV190.47120.96137.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 178 (69.92% from 255) = 31.34%
R=35.92%
G=32.75%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418617800.090.130.218.4620.3174.9
HexCCBAB209D1412144b
Octal31427226201115242224113
Binary1100110010111010101100100100111011010010010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAB2; }

 p { color: rgb(204,186,178); }

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

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

 a { background-color: rgb(204,186,178); }

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

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

 span { border-color: rgb(204,186,178); }

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