Html Css Color HEX #C0AE70 Putty

📋 copy color: '#C0AE70'

red 192 ◦ green 174 ◦ blue 112

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

Shades of Putty #C0AE70

Tints of Putty #C0AE70

RGB

 RED value IS 192 (75.39% from 255) = 40.17%

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

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

R = 40.17%
G = 36.4%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0AE70 (or 0xC0AE70) is known color: Putty. HEX triplet: C0, AE and 70. RGB value is (192,174,112). Sum of RGB (Red+Green+Blue) = 192+174+112=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE70 is #3F518F. Grayscale: #ACACAC. Windows color (decimal): -4149648 or 7384768. OLE color: 7384768.

HSL color Cylindrical-coordinate representation of color #C0AE70: hue angle of 46.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0AE70 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 174 112 -
CMYK 0 0.09 0.42 0.25
HSL 46.5º 0.39% 0.6% -
HSV(B) 46.5º 0.42% 0.75% -
XYZ 39.8 42.65 21.46 -
YUV 172.31 93.96 142.04 -
System Red Green Blue C M Y K H S L
Decimal 192 174 112 0 0.09 0.42 0.25 46.5 0.39 0.6
Hex C0 AE 70 0 9 2A 19 2E 27 3C
Octal 300 256 160 0 11 52 31 56 47 74
Binary 11000000 10101110 1110000 0 1001 101010 11001 101110 100111 111100

Color Harmonies of #C0AE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE70

Black with #C0AE70

Text Example


Text Example

White with #C0AE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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