Html Css Color HEX #CCB076 Putty

📋 copy color: '#CCB076'

red 204 ◦ green 176 ◦ blue 118

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

Shades of Putty #CCB076

Tints of Putty #CCB076

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.34%

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

R = 40.96%
G = 35.34%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCB076 (or 0xCCB076) is known color: Putty. HEX triplet: CC, B0 and 76. RGB value is (204,176,118). Sum of RGB (Red+Green+Blue) = 204+176+118=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB076 is #334F89. Grayscale: #B2B2B2. Windows color (decimal): -3362698 or 7778508. OLE color: 7778508.

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

Color convert

RGB 204 176 118 -
CMYK 0 0.14 0.42 0.2
HSL 40.47º 0.46% 0.63% -
HSV(B) 40.47º 0.42% 0.8% -
XYZ 43.7 45.2 23.56 -
YUV 177.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 204 176 118 0 0.14 0.42 0.2 40.47 0.46 0.63
Hex CC B0 76 0 E 2A 14 28 2E 3F
Octal 314 260 166 0 16 52 24 50 56 77
Binary 11001100 10110000 1110110 0 1110 101010 10100 101000 101110 111111

Color Harmonies of #CCB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB076

Black with #CCB076

Text Example


Text Example

White with #CCB076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB076; }

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

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

background-color css

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

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

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

border-color css

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

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

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