Html Css Color HEX #CCAC7C Putty

📋 copy color: '#CCAC7C'

red 204 ◦ green 172 ◦ blue 124

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

Shades of Putty #CCAC7C

Tints of Putty #CCAC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.8%

R = 40.8%
G = 34.4%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCAC7C (or 0xCCAC7C) is known color: Putty. HEX triplet: CC, AC and 7C. RGB value is (204,172,124). Sum of RGB (Red+Green+Blue) = 204+172+124=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC7C is #335383. Grayscale: #B0B0B0. Windows color (decimal): -3363716 or 8170700. OLE color: 8170700.

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

Color convert

RGB 204 172 124 -
CMYK 0 0.16 0.39 0.2
HSL 36º 0.44% 0.64% -
HSV(B) 36º 0.39% 0.8% -
XYZ 43.29 43.8 25.24 -
YUV 176.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 204 172 124 0 0.16 0.39 0.2 36 0.44 0.64
Hex CC AC 7C 0 10 27 14 24 2C 40
Octal 314 254 174 0 20 47 24 44 54 100
Binary 11001100 10101100 1111100 0 10000 100111 10100 100100 101100 1000000

Color Harmonies of #CCAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC7C

Black with #CCAC7C

Text Example


Text Example

White with #CCAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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