Html Css Color HEX #CCAC72 Putty

📋 copy color: '#CCAC72'

red 204 ◦ green 172 ◦ blue 114

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

Shades of Putty #CCAC72

Tints of Putty #CCAC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.27%

R = 41.63%
G = 35.1%
B = 23.27%

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

#CCAC72 (or 0xCCAC72) is known color: Putty. HEX triplet: CC, AC and 72. RGB value is (204,172,114). Sum of RGB (Red+Green+Blue) = 204+172+114=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC72 is #33538D. Grayscale: #AFAFAF. Windows color (decimal): -3363726 or 7515340. OLE color: 7515340.

HSL color Cylindrical-coordinate representation of color #CCAC72: hue angle of 38.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCAC72 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 172 114 -
CMYK 0 0.16 0.44 0.2
HSL 38.67º 0.47% 0.62% -
HSV(B) 38.67º 0.44% 0.8% -
XYZ 42.69 43.56 22.08 -
YUV 174.96 93.6 148.72 -
System Red Green Blue C M Y K H S L
Decimal 204 172 114 0 0.16 0.44 0.2 38.67 0.47 0.62
Hex CC AC 72 0 10 2C 14 27 2F 3E
Octal 314 254 162 0 20 54 24 47 57 76
Binary 11001100 10101100 1110010 0 10000 101100 10100 100111 101111 111110

Color Harmonies of #CCAC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC72

Black with #CCAC72

Text Example


Text Example

White with #CCAC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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