Html Css Color HEX #CCBAB0 Wafer

📋 copy color: '#CCBAB0'

red 204 ◦ green 186 ◦ blue 176

#CCBAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wafer #CCBAB0

Tints of Wafer #CCBAB0

RGB

 RED value IS 204 (80.08% from 255) = 36.04%

 GREEN value IS 186 (73.05% from 255) = 32.86%

 BLUE value IS 176 (69.14% from 255) = 31.1%

R = 36.04%
G = 32.86%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCBAB0 (or 0xCCBAB0) is known color: Wafer. HEX triplet: CC, BA and B0. RGB value is (204,186,176). Sum of RGB (Red+Green+Blue) = 204+186+176=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAB0 is #33454F. Grayscale: #BEBEBE. Windows color (decimal): -3360080 or 11582156. OLE color: 11582156.

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

Color convert

RGB 204 186 176 -
CMYK 0 0.09 0.14 0.2
HSL 21.43º 0.22% 0.75% -
HSV(B) 21.43º 0.14% 0.8% -
XYZ 50.3 51.09 48.28 -
YUV 190.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 204 186 176 0 0.09 0.14 0.2 21.43 0.22 0.75
Hex CC BA B0 0 9 E 14 15 16 4B
Octal 314 272 260 0 11 16 24 25 26 113
Binary 11001100 10111010 10110000 0 1001 1110 10100 10101 10110 1001011

Color Harmonies of #CCBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAB0

Black with #CCBAB0

Text Example


Text Example

White with #CCBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBAB0; }

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

 H1.HeaderClassName
 {
   color: #CCBAB0;
 }
 .AnyTagClassName
 {
   color: #CCBAB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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