Html Css Color HEX #CCA96C Putty

📋 copy color: '#CCA96C'

red 204 ◦ green 169 ◦ blue 108

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

Shades of Putty #CCA96C

Tints of Putty #CCA96C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.14%

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

R = 42.41%
G = 35.14%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCA96C (or 0xCCA96C) is known color: Putty. HEX triplet: CC, A9 and 6C. RGB value is (204,169,108). Sum of RGB (Red+Green+Blue) = 204+169+108=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA96C is #335693. Grayscale: #ACACAC. Windows color (decimal): -3364500 or 7121356. OLE color: 7121356.

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

Color convert

RGB 204 169 108 -
CMYK 0 0.17 0.47 0.2
HSL 38.13º 0.48% 0.61% -
HSV(B) 38.13º 0.47% 0.8% -
XYZ 41.8 42.3 20.15 -
YUV 172.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 204 169 108 0 0.17 0.47 0.2 38.13 0.48 0.61
Hex CC A9 6C 0 11 2F 14 26 30 3D
Octal 314 251 154 0 21 57 24 46 60 75
Binary 11001100 10101001 1101100 0 10001 101111 10100 100110 110000 111101

Color Harmonies of #CCA96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA96C

Black with #CCA96C

Text Example


Text Example

White with #CCA96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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