Html Css Color HEX #CCA873 Putty

📋 copy color: '#CCA873'

red 204 ◦ green 168 ◦ blue 115

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

Shades of Putty #CCA873

Tints of Putty #CCA873

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.5%

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

R = 41.89%
G = 34.5%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCA873 (or 0xCCA873) is known color: Putty. HEX triplet: CC, A8 and 73. RGB value is (204,168,115). Sum of RGB (Red+Green+Blue) = 204+168+115=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA873 is #33578C. Grayscale: #ACACAC. Windows color (decimal): -3364749 or 7579852. OLE color: 7579852.

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

Color convert

RGB 204 168 115 -
CMYK 0 0.18 0.44 0.2
HSL 35.73º 0.47% 0.63% -
HSV(B) 35.73º 0.44% 0.8% -
XYZ 42 42.08 22.13 -
YUV 172.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 204 168 115 0 0.18 0.44 0.2 35.73 0.47 0.63
Hex CC A8 73 0 12 2C 14 24 2F 3F
Octal 314 250 163 0 22 54 24 44 57 77
Binary 11001100 10101000 1110011 0 10010 101100 10100 100100 101111 111111

Color Harmonies of #CCA873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA873

Black with #CCA873

Text Example


Text Example

White with #CCA873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA873; }

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

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

background-color css

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

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

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

border-color css

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

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

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