Html Css Color HEX #C2A675 Putty

📋 copy color: '#C2A675'

red 194 ◦ green 166 ◦ blue 117

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

Shades of Putty #C2A675

Tints of Putty #C2A675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.8%

 BLUE value IS 117 (46.09% from 255) = 24.53%

R = 40.67%
G = 34.8%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C2A675 (or 0xC2A675) is known color: Putty. HEX triplet: C2, A6 and 75. RGB value is (194,166,117). Sum of RGB (Red+Green+Blue) = 194+166+117=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A675 is #3D598A. Grayscale: #A9A9A9. Windows color (decimal): -4020619 or 7710402. OLE color: 7710402.

HSL color Cylindrical-coordinate representation of color #C2A675: hue angle of 38.18º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2A675 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 117 -
CMYK 0 0.14 0.40 0.24
HSL 38.18º 0.39% 0.61% -
HSV(B) 38.18º 0.4% 0.76% -
XYZ 39.1 40.03 22.49 -
YUV 168.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 194 166 117 0 0.14 0.40 0.24 38.18 0.39 0.61
Hex C2 A6 75 0 E 28 18 26 27 3D
Octal 302 246 165 0 16 50 30 46 47 75
Binary 11000010 10100110 1110101 0 1110 101000 11000 100110 100111 111101

Color Harmonies of #C2A675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A675

Black with #C2A675

Text Example


Text Example

White with #C2A675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A675; }

 p { color: rgb(194,166,117); }

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

background-color css

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

 a { background-color: rgb(194,166,117); }

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

border-color css

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

 span { border-color: rgb(194,166,117); }

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