Html Css Color HEX #CCA76F Putty

📋 copy color: '#CCA76F'

red 204 ◦ green 167 ◦ blue 111

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

Shades of Putty #CCA76F

Tints of Putty #CCA76F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 42.32%
G = 34.65%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCA76F (or 0xCCA76F) is known color: Putty. HEX triplet: CC, A7 and 6F. RGB value is (204,167,111). Sum of RGB (Red+Green+Blue) = 204+167+111=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA76F is #335890. Grayscale: #ABABAB. Windows color (decimal): -3365009 or 7317452. OLE color: 7317452.

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

Color convert

RGB 204 167 111 -
CMYK 0 0.18 0.46 0.2
HSL 36.13º 0.48% 0.62% -
HSV(B) 36.13º 0.46% 0.8% -
XYZ 41.59 41.62 20.88 -
YUV 171.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 204 167 111 0 0.18 0.46 0.2 36.13 0.48 0.62
Hex CC A7 6F 0 12 2E 14 24 30 3E
Octal 314 247 157 0 22 56 24 44 60 76
Binary 11001100 10100111 1101111 0 10010 101110 10100 100100 110000 111110

Color Harmonies of #CCA76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA76F

Black with #CCA76F

Text Example


Text Example

White with #CCA76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA76F; }

 p { color: rgb(204,167,111); }

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

background-color css

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

 a { background-color: rgb(204,167,111); }

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

border-color css

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

 span { border-color: rgb(204,167,111); }

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