Html Css Color HEX #CCA46D Putty

📋 copy color: '#CCA46D'

red 204 ◦ green 164 ◦ blue 109

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

Shades of Putty #CCA46D

Tints of Putty #CCA46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.38%

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

R = 42.77%
G = 34.38%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCA46D (or 0xCCA46D) is known color: Putty. HEX triplet: CC, A4 and 6D. RGB value is (204,164,109). Sum of RGB (Red+Green+Blue) = 204+164+109=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA46D is #335B92. Grayscale: #A9A9A9. Windows color (decimal): -3365779 or 7185612. OLE color: 7185612.

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

Color convert

RGB 204 164 109 -
CMYK 0 0.20 0.47 0.2
HSL 34.74º 0.48% 0.61% -
HSV(B) 34.74º 0.47% 0.8% -
XYZ 40.94 40.49 20.13 -
YUV 169.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 204 164 109 0 0.20 0.47 0.2 34.74 0.48 0.61
Hex CC A4 6D 0 14 2F 14 23 30 3D
Octal 314 244 155 0 24 57 24 43 60 75
Binary 11001100 10100100 1101101 0 10100 101111 10100 100011 110000 111101

Color Harmonies of #CCA46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA46D

Black with #CCA46D

Text Example


Text Example

White with #CCA46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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