Html Css Color HEX #CCB9B2 Wafer

📋 copy color: '#CCB9B2'

red 204 ◦ green 185 ◦ blue 178

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

Shades of Wafer #CCB9B2

Tints of Wafer #CCB9B2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.63%

 BLUE value IS 178 (69.92% from 255) = 31.39%

R = 35.98%
G = 32.63%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CCB9B2 (or 0xCCB9B2) is known color: Wafer. HEX triplet: CC, B9 and B2. RGB value is (204,185,178). Sum of RGB (Red+Green+Blue) = 204+185+178=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB9B2 is #33464D. Grayscale: #BDBDBD. Windows color (decimal): -3360334 or 11712972. OLE color: 11712972.

HSL color Cylindrical-coordinate representation of color #CCB9B2: hue angle of 16.15º 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 #CCB9B2 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 178 -
CMYK 0 0.09 0.13 0.2
HSL 16.15º 0.2% 0.75% -
HSV(B) 16.15º 0.13% 0.8% -
XYZ 50.29 50.75 49.26 -
YUV 189.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 204 185 178 0 0.09 0.13 0.2 16.15 0.2 0.75
Hex CC B9 B2 0 9 D 14 10 14 4B
Octal 314 271 262 0 11 15 24 20 24 113
Binary 11001100 10111001 10110010 0 1001 1101 10100 10000 10100 1001011

Color Harmonies of #CCB9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9B2

Black with #CCB9B2

Text Example


Text Example

White with #CCB9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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