Html Css Color HEX #CCAC73 Putty

📋 copy color: '#CCAC73'

red 204 ◦ green 172 ◦ blue 115

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

Shades of Putty #CCAC73

Tints of Putty #CCAC73

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

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

R = 41.55%
G = 35.03%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCAC73 (or 0xCCAC73) is known color: Putty. HEX triplet: CC, AC and 73. RGB value is (204,172,115). Sum of RGB (Red+Green+Blue) = 204+172+115=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC73 is #33538C. Grayscale: #AFAFAF. Windows color (decimal): -3363725 or 7580876. OLE color: 7580876.

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

Color convert

RGB 204 172 115 -
CMYK 0 0.16 0.44 0.2
HSL 38.43º 0.47% 0.63% -
HSV(B) 38.43º 0.44% 0.8% -
XYZ 42.75 43.58 22.38 -
YUV 175.07 94.1 148.63 -
System Red Green Blue C M Y K H S L
Decimal 204 172 115 0 0.16 0.44 0.2 38.43 0.47 0.63
Hex CC AC 73 0 10 2C 14 26 2F 3F
Octal 314 254 163 0 20 54 24 46 57 77
Binary 11001100 10101100 1110011 0 10000 101100 10100 100110 101111 111111

Color Harmonies of #CCAC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC73

Black with #CCAC73

Text Example


Text Example

White with #CCAC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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