Html Css Color HEX #CCAC7A Putty

📋 copy color: '#CCAC7A'

red 204 ◦ green 172 ◦ blue 122

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

Shades of Putty #CCAC7A

Tints of Putty #CCAC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.5%

R = 40.96%
G = 34.54%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCAC7A (or 0xCCAC7A) is known color: Putty. HEX triplet: CC, AC and 7A. RGB value is (204,172,122). Sum of RGB (Red+Green+Blue) = 204+172+122=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC7A is #335385. Grayscale: #B0B0B0. Windows color (decimal): -3363718 or 8039628. OLE color: 8039628.

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

Color convert

RGB 204 172 122 -
CMYK 0 0.16 0.40 0.2
HSL 36.59º 0.45% 0.64% -
HSV(B) 36.59º 0.4% 0.8% -
XYZ 43.17 43.75 24.58 -
YUV 175.87 97.6 148.07 -
System Red Green Blue C M Y K H S L
Decimal 204 172 122 0 0.16 0.40 0.2 36.59 0.45 0.64
Hex CC AC 7A 0 10 28 14 25 2D 40
Octal 314 254 172 0 20 50 24 45 55 100
Binary 11001100 10101100 1111010 0 10000 101000 10100 100101 101101 1000000

Color Harmonies of #CCAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC7A

Black with #CCAC7A

Text Example


Text Example

White with #CCAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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