Html Css Color HEX #CCAC77 Putty

📋 copy color: '#CCAC77'

red 204 ◦ green 172 ◦ blue 119

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

Shades of Putty #CCAC77

Tints of Putty #CCAC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 41.21%
G = 34.75%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCAC77 (or 0xCCAC77) is known color: Putty. HEX triplet: CC, AC and 77. RGB value is (204,172,119). Sum of RGB (Red+Green+Blue) = 204+172+119=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC77 is #335388. Grayscale: #AFAFAF. Windows color (decimal): -3363721 or 7843020. OLE color: 7843020.

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

Color convert

RGB 204 172 119 -
CMYK 0 0.16 0.42 0.2
HSL 37.41º 0.45% 0.63% -
HSV(B) 37.41º 0.42% 0.8% -
XYZ 42.98 43.67 23.62 -
YUV 175.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 204 172 119 0 0.16 0.42 0.2 37.41 0.45 0.63
Hex CC AC 77 0 10 2A 14 25 2D 3F
Octal 314 254 167 0 20 52 24 45 55 77
Binary 11001100 10101100 1110111 0 10000 101010 10100 100101 101101 111111

Color Harmonies of #CCAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC77

Black with #CCAC77

Text Example


Text Example

White with #CCAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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