Html Css Color HEX #CCA573 Putty

📋 copy color: '#CCA573'

red 204 ◦ green 165 ◦ blue 115

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

Shades of Putty #CCA573

Tints of Putty #CCA573

RGB

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

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

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

R = 42.15%
G = 34.09%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCA573 (or 0xCCA573) is known color: Putty. HEX triplet: CC, A5 and 73. RGB value is (204,165,115). Sum of RGB (Red+Green+Blue) = 204+165+115=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA573 is #335A8C. Grayscale: #ABABAB. Windows color (decimal): -3365517 or 7579084. OLE color: 7579084.

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

Color convert

RGB 204 165 115 -
CMYK 0 0.19 0.44 0.2
HSL 33.71º 0.47% 0.63% -
HSV(B) 33.71º 0.44% 0.8% -
XYZ 41.45 40.99 21.95 -
YUV 170.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 204 165 115 0 0.19 0.44 0.2 33.71 0.47 0.63
Hex CC A5 73 0 13 2C 14 22 2F 3F
Octal 314 245 163 0 23 54 24 42 57 77
Binary 11001100 10100101 1110011 0 10011 101100 10100 100010 101111 111111

Color Harmonies of #CCA573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA573

Black with #CCA573

Text Example


Text Example

White with #CCA573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA573; }

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

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

background-color css

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

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

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

border-color css

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

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

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