Html Css Color HEX #CCAE77 Putty

📋 copy color: '#CCAE77'

red 204 ◦ green 174 ◦ blue 119

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

Shades of Putty #CCAE77

Tints of Putty #CCAE77

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.01%

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

R = 41.05%
G = 35.01%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCAE77 (or 0xCCAE77) is known color: Putty. HEX triplet: CC, AE and 77. RGB value is (204,174,119). Sum of RGB (Red+Green+Blue) = 204+174+119=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE77 is #335188. Grayscale: #B0B0B0. Windows color (decimal): -3363209 or 7843532. OLE color: 7843532.

HSL color Cylindrical-coordinate representation of color #CCAE77: hue angle of 38.82º 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 #CCAE77 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 174 119 -
CMYK 0 0.15 0.42 0.2
HSL 38.82º 0.45% 0.63% -
HSV(B) 38.82º 0.42% 0.8% -
XYZ 43.37 44.44 23.75 -
YUV 176.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 204 174 119 0 0.15 0.42 0.2 38.82 0.45 0.63
Hex CC AE 77 0 F 2A 14 27 2D 3F
Octal 314 256 167 0 17 52 24 47 55 77
Binary 11001100 10101110 1110111 0 1111 101010 10100 100111 101101 111111

Color Harmonies of #CCAE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE77

Black with #CCAE77

Text Example


Text Example

White with #CCAE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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