Html Css Color HEX #C2AB75 Putty

📋 copy color: '#C2AB75'

red 194 ◦ green 171 ◦ blue 117

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

Shades of Putty #C2AB75

Tints of Putty #C2AB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.48%

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

R = 40.25%
G = 35.48%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C2AB75 (or 0xC2AB75) is known color: Putty. HEX triplet: C2, AB and 75. RGB value is (194,171,117). Sum of RGB (Red+Green+Blue) = 194+171+117=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB75 is #3D548A. Grayscale: #ABABAB. Windows color (decimal): -4019339 or 7711682. OLE color: 7711682.

HSL color Cylindrical-coordinate representation of color #C2AB75: hue angle of 42.08º 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 #C2AB75 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 171 117 -
CMYK 0 0.12 0.40 0.24
HSL 42.08º 0.39% 0.61% -
HSV(B) 42.08º 0.4% 0.76% -
XYZ 40.02 41.88 22.8 -
YUV 171.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 194 171 117 0 0.12 0.40 0.24 42.08 0.39 0.61
Hex C2 AB 75 0 C 28 18 2A 27 3D
Octal 302 253 165 0 14 50 30 52 47 75
Binary 11000010 10101011 1110101 0 1100 101000 11000 101010 100111 111101

Color Harmonies of #C2AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB75

Black with #C2AB75

Text Example


Text Example

White with #C2AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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