Html Css Color HEX #CCA96E Putty

📋 copy color: '#CCA96E'

red 204 ◦ green 169 ◦ blue 110

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

Shades of Putty #CCA96E

Tints of Putty #CCA96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.77%

R = 42.24%
G = 34.99%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCA96E (or 0xCCA96E) is known color: Putty. HEX triplet: CC, A9 and 6E. RGB value is (204,169,110). Sum of RGB (Red+Green+Blue) = 204+169+110=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA96E is #335691. Grayscale: #ADADAD. Windows color (decimal): -3364498 or 7252428. OLE color: 7252428.

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

Color convert

RGB 204 169 110 -
CMYK 0 0.17 0.46 0.2
HSL 37.66º 0.48% 0.62% -
HSV(B) 37.66º 0.46% 0.8% -
XYZ 41.9 42.34 20.72 -
YUV 172.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 204 169 110 0 0.17 0.46 0.2 37.66 0.48 0.62
Hex CC A9 6E 0 11 2E 14 26 30 3E
Octal 314 251 156 0 21 56 24 46 60 76
Binary 11001100 10101001 1101110 0 10001 101110 10100 100110 110000 111110

Color Harmonies of #CCA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA96E

Black with #CCA96E

Text Example


Text Example

White with #CCA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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