Html Css Color HEX #C2AE6B Putty

📋 copy color: '#C2AE6B'

red 194 ◦ green 174 ◦ blue 107

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

Shades of Putty #C2AE6B

Tints of Putty #C2AE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.53%

R = 40.84%
G = 36.63%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2AE6B (or 0xC2AE6B) is known color: Putty. HEX triplet: C2, AE and 6B. RGB value is (194,174,107). Sum of RGB (Red+Green+Blue) = 194+174+107=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE6B is #3D5194. Grayscale: #ACACAC. Windows color (decimal): -4018581 or 7057090. OLE color: 7057090.

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

Color convert

RGB 194 174 107 -
CMYK 0 0.10 0.45 0.24
HSL 46.21º 0.42% 0.59% -
HSV(B) 46.21º 0.45% 0.76% -
XYZ 40.04 42.8 20.06 -
YUV 172.34 91.13 143.45 -
System Red Green Blue C M Y K H S L
Decimal 194 174 107 0 0.10 0.45 0.24 46.21 0.42 0.59
Hex C2 AE 6B 0 A 2D 18 2E 2A 3B
Octal 302 256 153 0 12 55 30 56 52 73
Binary 11000010 10101110 1101011 0 1010 101101 11000 101110 101010 111011

Color Harmonies of #C2AE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE6B

Black with #C2AE6B

Text Example


Text Example

White with #C2AE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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