Html Css Color HEX #CCAC71 Putty

📋 copy color: '#CCAC71'

red 204 ◦ green 172 ◦ blue 113

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

Shades of Putty #CCAC71

Tints of Putty #CCAC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.11%

R = 41.72%
G = 35.17%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCAC71 (or 0xCCAC71) is known color: Putty. HEX triplet: CC, AC and 71. RGB value is (204,172,113). Sum of RGB (Red+Green+Blue) = 204+172+113=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC71 is #33538E. Grayscale: #AFAFAF. Windows color (decimal): -3363727 or 7449804. OLE color: 7449804.

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

Color convert

RGB 204 172 113 -
CMYK 0 0.16 0.45 0.2
HSL 38.9º 0.47% 0.62% -
HSV(B) 38.9º 0.45% 0.8% -
XYZ 42.64 43.53 21.78 -
YUV 174.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 204 172 113 0 0.16 0.45 0.2 38.9 0.47 0.62
Hex CC AC 71 0 10 2D 14 27 2F 3E
Octal 314 254 161 0 20 55 24 47 57 76
Binary 11001100 10101100 1110001 0 10000 101101 10100 100111 101111 111110

Color Harmonies of #CCAC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC71

Black with #CCAC71

Text Example


Text Example

White with #CCAC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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