Html Css Color HEX #CCA474 Putty

📋 copy color: '#CCA474'

red 204 ◦ green 164 ◦ blue 116

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

Shades of Putty #CCA474

Tints of Putty #CCA474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 42.15%
G = 33.88%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCA474 (or 0xCCA474) is known color: Putty. HEX triplet: CC, A4 and 74. RGB value is (204,164,116). Sum of RGB (Red+Green+Blue) = 204+164+116=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA474 is #335B8B. Grayscale: #AAAAAA. Windows color (decimal): -3365772 or 7644364. OLE color: 7644364.

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

Color convert

RGB 204 164 116 -
CMYK 0 0.20 0.43 0.2
HSL 32.73º 0.46% 0.63% -
HSV(B) 32.73º 0.43% 0.8% -
XYZ 41.33 40.65 22.19 -
YUV 170.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 204 164 116 0 0.20 0.43 0.2 32.73 0.46 0.63
Hex CC A4 74 0 14 2B 14 21 2E 3F
Octal 314 244 164 0 24 53 24 41 56 77
Binary 11001100 10100100 1110100 0 10100 101011 10100 100001 101110 111111

Color Harmonies of #CCA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA474

Black with #CCA474

Text Example


Text Example

White with #CCA474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA474; }

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

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

background-color css

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

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

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

border-color css

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

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

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