Html Css Color HEX #CCA56D Putty

📋 copy color: '#CCA56D'

red 204 ◦ green 165 ◦ blue 109

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

Shades of Putty #CCA56D

Tints of Putty #CCA56D

RGB

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

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

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

R = 42.68%
G = 34.52%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCA56D (or 0xCCA56D) is known color: Putty. HEX triplet: CC, A5 and 6D. RGB value is (204,165,109). Sum of RGB (Red+Green+Blue) = 204+165+109=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA56D is #335A92. Grayscale: #AAAAAA. Windows color (decimal): -3365523 or 7185868. OLE color: 7185868.

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

Color convert

RGB 204 165 109 -
CMYK 0 0.19 0.47 0.2
HSL 35.37º 0.48% 0.61% -
HSV(B) 35.37º 0.47% 0.8% -
XYZ 41.12 40.85 20.19 -
YUV 170.28 93.42 152.05 -
System Red Green Blue C M Y K H S L
Decimal 204 165 109 0 0.19 0.47 0.2 35.37 0.48 0.61
Hex CC A5 6D 0 13 2F 14 23 30 3D
Octal 314 245 155 0 23 57 24 43 60 75
Binary 11001100 10100101 1101101 0 10011 101111 10100 100011 110000 111101

Color Harmonies of #CCA56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA56D

Black with #CCA56D

Text Example


Text Example

White with #CCA56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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