Html Css Color HEX #CCB9AD Wafer

📋 copy color: '#CCB9AD'

red 204 ◦ green 185 ◦ blue 173

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

Shades of Wafer #CCB9AD

Tints of Wafer #CCB9AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.78%

R = 36.3%
G = 32.92%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCB9AD (or 0xCCB9AD) is known color: Wafer. HEX triplet: CC, B9 and AD. RGB value is (204,185,173). Sum of RGB (Red+Green+Blue) = 204+185+173=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB9AD is #334652. Grayscale: #BDBDBD. Windows color (decimal): -3360339 or 11385292. OLE color: 11385292.

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

Color convert

RGB 204 185 173 -
CMYK 0 0.09 0.15 0.2
HSL 23.23º 0.23% 0.74% -
HSV(B) 23.23º 0.15% 0.8% -
XYZ 49.79 50.55 46.67 -
YUV 189.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 204 185 173 0 0.09 0.15 0.2 23.23 0.23 0.74
Hex CC B9 AD 0 9 F 14 17 17 4A
Octal 314 271 255 0 11 17 24 27 27 112
Binary 11001100 10111001 10101101 0 1001 1111 10100 10111 10111 1001010

Color Harmonies of #CCB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9AD

Black with #CCB9AD

Text Example


Text Example

White with #CCB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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