Html Css Color HEX #CCA96D Putty

📋 copy color: '#CCA96D'

red 204 ◦ green 169 ◦ blue 109

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

Shades of Putty #CCA96D

Tints of Putty #CCA96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 42.32%
G = 35.06%
B = 22.61%

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

#CCA96D (or 0xCCA96D) is known color: Putty. HEX triplet: CC, A9 and 6D. RGB value is (204,169,109). Sum of RGB (Red+Green+Blue) = 204+169+109=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA96D is #335692. Grayscale: #ACACAC. Windows color (decimal): -3364499 or 7186892. OLE color: 7186892.

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

Color convert

RGB 204 169 109 -
CMYK 0 0.17 0.47 0.2
HSL 37.89º 0.48% 0.61% -
HSV(B) 37.89º 0.47% 0.8% -
XYZ 41.85 42.32 20.43 -
YUV 172.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 204 169 109 0 0.17 0.47 0.2 37.89 0.48 0.61
Hex CC A9 6D 0 11 2F 14 26 30 3D
Octal 314 251 155 0 21 57 24 46 60 75
Binary 11001100 10101001 1101101 0 10001 101111 10100 100110 110000 111101

Color Harmonies of #CCA96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA96D

Black with #CCA96D

Text Example


Text Example

White with #CCA96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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