Html Css Color HEX #CCA574 Putty

📋 copy color: '#CCA574'

red 204 ◦ green 165 ◦ blue 116

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

Shades of Putty #CCA574

Tints of Putty #CCA574

RGB

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

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

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

R = 42.06%
G = 34.02%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCA574 (or 0xCCA574) is known color: Putty. HEX triplet: CC, A5 and 74. RGB value is (204,165,116). Sum of RGB (Red+Green+Blue) = 204+165+116=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA574 is #335A8B. Grayscale: #ABABAB. Windows color (decimal): -3365516 or 7644620. OLE color: 7644620.

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

Color convert

RGB 204 165 116 -
CMYK 0 0.19 0.43 0.2
HSL 33.41º 0.46% 0.63% -
HSV(B) 33.41º 0.43% 0.8% -
XYZ 41.51 41.01 22.25 -
YUV 171.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 204 165 116 0 0.19 0.43 0.2 33.41 0.46 0.63
Hex CC A5 74 0 13 2B 14 21 2E 3F
Octal 314 245 164 0 23 53 24 41 56 77
Binary 11001100 10100101 1110100 0 10011 101011 10100 100001 101110 111111

Color Harmonies of #CCA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA574

Black with #CCA574

Text Example


Text Example

White with #CCA574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA574; }

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

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

background-color css

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

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

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

border-color css

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

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

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