Html Css Color HEX #CCA473 Putty

📋 copy color: '#CCA473'

red 204 ◦ green 164 ◦ blue 115

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

Shades of Putty #CCA473

Tints of Putty #CCA473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 42.24%
G = 33.95%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCA473 (or 0xCCA473) is known color: Putty. HEX triplet: CC, A4 and 73. RGB value is (204,164,115). Sum of RGB (Red+Green+Blue) = 204+164+115=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA473 is #335B8C. Grayscale: #AAAAAA. Windows color (decimal): -3365773 or 7578828. OLE color: 7578828.

HSL color Cylindrical-coordinate representation of color #CCA473: hue angle of 33.03º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCA473 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 115 -
CMYK 0 0.20 0.44 0.2
HSL 33.03º 0.47% 0.63% -
HSV(B) 33.03º 0.44% 0.8% -
XYZ 41.27 40.63 21.89 -
YUV 170.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 204 164 115 0 0.20 0.44 0.2 33.03 0.47 0.63
Hex CC A4 73 0 14 2C 14 21 2F 3F
Octal 314 244 163 0 24 54 24 41 57 77
Binary 11001100 10100100 1110011 0 10100 101100 10100 100001 101111 111111

Color Harmonies of #CCA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA473

Black with #CCA473

Text Example


Text Example

White with #CCA473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA473; }

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

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

background-color css

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

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

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

border-color css

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

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

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