Html Css Color HEX #CCAE70 Putty

📋 copy color: '#CCAE70'

red 204 ◦ green 174 ◦ blue 112

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

Shades of Putty #CCAE70

Tints of Putty #CCAE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.86%

R = 41.63%
G = 35.51%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCAE70 (or 0xCCAE70) is known color: Putty. HEX triplet: CC, AE and 70. RGB value is (204,174,112). Sum of RGB (Red+Green+Blue) = 204+174+112=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE70 is #33518F. Grayscale: #B0B0B0. Windows color (decimal): -3363216 or 7384780. OLE color: 7384780.

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

Color convert

RGB 204 174 112 -
CMYK 0 0.15 0.45 0.2
HSL 40.43º 0.47% 0.62% -
HSV(B) 40.43º 0.45% 0.8% -
XYZ 42.96 44.28 21.61 -
YUV 175.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 204 174 112 0 0.15 0.45 0.2 40.43 0.47 0.62
Hex CC AE 70 0 F 2D 14 28 2F 3E
Octal 314 256 160 0 17 55 24 50 57 76
Binary 11001100 10101110 1110000 0 1111 101101 10100 101000 101111 111110

Color Harmonies of #CCAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE70

Black with #CCAE70

Text Example


Text Example

White with #CCAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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