Html Css Color HEX #CCAC66 Putty

📋 copy color: '#CCAC66'

red 204 ◦ green 172 ◦ blue 102

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

Shades of Putty #CCAC66

Tints of Putty #CCAC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.34%

R = 42.68%
G = 35.98%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CCAC66 (or 0xCCAC66) is known color: Putty. HEX triplet: CC, AC and 66. RGB value is (204,172,102). Sum of RGB (Red+Green+Blue) = 204+172+102=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC66 is #335399. Grayscale: #ADADAD. Windows color (decimal): -3363738 or 6728908. OLE color: 6728908.

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

Color convert

RGB 204 172 102 -
CMYK 0 0.16 0.5 0.2
HSL 41.18º 0.5% 0.6% -
HSV(B) 41.18º 0.5% 0.8% -
XYZ 42.05 43.3 18.71 -
YUV 173.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 204 172 102 0 0.16 0.5 0.2 41.18 0.5 0.6
Hex CC AC 66 0 10 32 14 29 32 3C
Octal 314 254 146 0 20 62 24 51 62 74
Binary 11001100 10101100 1100110 0 10000 110010 10100 101001 110010 111100

Color Harmonies of #CCAC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC66

Black with #CCAC66

Text Example


Text Example

White with #CCAC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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