Html Css Color HEX #CCB576 Putty

📋 copy color: '#CCB576'

red 204 ◦ green 181 ◦ blue 118

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

Shades of Putty #CCB576

Tints of Putty #CCB576

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.98%

 BLUE value IS 118 (46.48% from 255) = 23.46%

R = 40.56%
G = 35.98%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCB576 (or 0xCCB576) is known color: Putty. HEX triplet: CC, B5 and 76. RGB value is (204,181,118). Sum of RGB (Red+Green+Blue) = 204+181+118=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB576 is #334A89. Grayscale: #B4B4B4. Windows color (decimal): -3361418 or 7779788. OLE color: 7779788.

HSL color Cylindrical-coordinate representation of color #CCB576: hue angle of 43.95º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCB576 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 118 -
CMYK 0 0.11 0.42 0.2
HSL 43.95º 0.46% 0.63% -
HSV(B) 43.95º 0.42% 0.8% -
XYZ 44.7 47.19 23.89 -
YUV 180.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 204 181 118 0 0.11 0.42 0.2 43.95 0.46 0.63
Hex CC B5 76 0 B 2A 14 2C 2E 3F
Octal 314 265 166 0 13 52 24 54 56 77
Binary 11001100 10110101 1110110 0 1011 101010 10100 101100 101110 111111

Color Harmonies of #CCB576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB576

Black with #CCB576

Text Example


Text Example

White with #CCB576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB576; }

 p { color: rgb(204,181,118); }

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

background-color css

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

 a { background-color: rgb(204,181,118); }

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

border-color css

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

 span { border-color: rgb(204,181,118); }

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