Html Css Color HEX #CCA76C Putty

📋 copy color: '#CCA76C'

red 204 ◦ green 167 ◦ blue 108

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

Shades of Putty #CCA76C

Tints of Putty #CCA76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.55%

R = 42.59%
G = 34.86%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCA76C (or 0xCCA76C) is known color: Putty. HEX triplet: CC, A7 and 6C. RGB value is (204,167,108). Sum of RGB (Red+Green+Blue) = 204+167+108=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA76C is #335893. Grayscale: #ABABAB. Windows color (decimal): -3365012 or 7120844. OLE color: 7120844.

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

Color convert

RGB 204 167 108 -
CMYK 0 0.18 0.47 0.2
HSL 36.88º 0.48% 0.61% -
HSV(B) 36.88º 0.47% 0.8% -
XYZ 41.43 41.56 20.03 -
YUV 171.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 204 167 108 0 0.18 0.47 0.2 36.88 0.48 0.61
Hex CC A7 6C 0 12 2F 14 25 30 3D
Octal 314 247 154 0 22 57 24 45 60 75
Binary 11001100 10100111 1101100 0 10010 101111 10100 100101 110000 111101

Color Harmonies of #CCA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA76C

Black with #CCA76C

Text Example


Text Example

White with #CCA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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