Html Css Color HEX #CCA373 Putty

📋 copy color: '#CCA373'

red 204 ◦ green 163 ◦ blue 115

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

Shades of Putty #CCA373

Tints of Putty #CCA373

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.82%

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

R = 42.32%
G = 33.82%
B = 23.86%

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

#CCA373 (or 0xCCA373) is known color: Putty. HEX triplet: CC, A3 and 73. RGB value is (204,163,115). Sum of RGB (Red+Green+Blue) = 204+163+115=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA373 is #335C8C. Grayscale: #AAAAAA. Windows color (decimal): -3366029 or 7578572. OLE color: 7578572.

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

Color convert

RGB 204 163 115 -
CMYK 0 0.20 0.44 0.2
HSL 32.36º 0.47% 0.63% -
HSV(B) 32.36º 0.44% 0.8% -
XYZ 41.09 40.27 21.83 -
YUV 169.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 204 163 115 0 0.20 0.44 0.2 32.36 0.47 0.63
Hex CC A3 73 0 14 2C 14 20 2F 3F
Octal 314 243 163 0 24 54 24 40 57 77
Binary 11001100 10100011 1110011 0 10100 101100 10100 100000 101111 111111

Color Harmonies of #CCA373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA373

Black with #CCA373

Text Example


Text Example

White with #CCA373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA373; }

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

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

background-color css

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

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

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

border-color css

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

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

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