Html Css Color HEX #C2AE6E Putty

📋 copy color: '#C2AE6E'

red 194 ◦ green 174 ◦ blue 110

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

Shades of Putty #C2AE6E

Tints of Putty #C2AE6E

RGB

 RED value IS 194 (76.17% from 255) = 40.59%

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

 BLUE value IS 110 (43.36% from 255) = 23.01%

R = 40.59%
G = 36.4%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2AE6E (or 0xC2AE6E) is known color: Putty. HEX triplet: C2, AE and 6E. RGB value is (194,174,110). Sum of RGB (Red+Green+Blue) = 194+174+110=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE6E is #3D5191. Grayscale: #ACACAC. Windows color (decimal): -4018578 or 7253698. OLE color: 7253698.

HSL color Cylindrical-coordinate representation of color #C2AE6E: hue angle of 45.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2AE6E is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 174 110 -
CMYK 0 0.10 0.43 0.24
HSL 45.71º 0.41% 0.6% -
HSV(B) 45.71º 0.43% 0.76% -
XYZ 40.2 42.87 20.91 -
YUV 172.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 194 174 110 0 0.10 0.43 0.24 45.71 0.41 0.6
Hex C2 AE 6E 0 A 2B 18 2E 29 3C
Octal 302 256 156 0 12 53 30 56 51 74
Binary 11000010 10101110 1101110 0 1010 101011 11000 101110 101001 111100

Color Harmonies of #C2AE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE6E

Black with #C2AE6E

Text Example


Text Example

White with #C2AE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE6E; }

 p { color: rgb(194,174,110); }

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

background-color css

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

 a { background-color: rgb(194,174,110); }

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

border-color css

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

 span { border-color: rgb(194,174,110); }

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