Html Css Color HEX #CCA56E Putty

📋 copy color: '#CCA56E'

red 204 ◦ green 165 ◦ blue 110

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

Shades of Putty #CCA56E

Tints of Putty #CCA56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.45%

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

R = 42.59%
G = 34.45%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCA56E (or 0xCCA56E) is known color: Putty. HEX triplet: CC, A5 and 6E. RGB value is (204,165,110). Sum of RGB (Red+Green+Blue) = 204+165+110=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA56E is #335A91. Grayscale: #AAAAAA. Windows color (decimal): -3365522 or 7251404. OLE color: 7251404.

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

Color convert

RGB 204 165 110 -
CMYK 0 0.19 0.46 0.2
HSL 35.11º 0.48% 0.62% -
HSV(B) 35.11º 0.46% 0.8% -
XYZ 41.17 40.87 20.47 -
YUV 170.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 204 165 110 0 0.19 0.46 0.2 35.11 0.48 0.62
Hex CC A5 6E 0 13 2E 14 23 30 3E
Octal 314 245 156 0 23 56 24 43 60 76
Binary 11001100 10100101 1101110 0 10011 101110 10100 100011 110000 111110

Color Harmonies of #CCA56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA56E

Black with #CCA56E

Text Example


Text Example

White with #CCA56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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