Html Css Color HEX #C1AB70 Putty

📋 copy color: '#C1AB70'

red 193 ◦ green 171 ◦ blue 112

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

Shades of Putty #C1AB70

Tints of Putty #C1AB70

RGB

 RED value IS 193 (75.78% from 255) = 40.55%

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

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

R = 40.55%
G = 35.92%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1AB70 (or 0xC1AB70) is known color: Putty. HEX triplet: C1, AB and 70. RGB value is (193,171,112). Sum of RGB (Red+Green+Blue) = 193+171+112=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB70 is #3E548F. Grayscale: #ABABAB. Windows color (decimal): -4084880 or 7384001. OLE color: 7384001.

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

Color convert

RGB 193 171 112 -
CMYK 0 0.11 0.42 0.24
HSL 43.7º 0.4% 0.6% -
HSV(B) 43.7º 0.42% 0.76% -
XYZ 39.48 41.63 21.28 -
YUV 170.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 193 171 112 0 0.11 0.42 0.24 43.7 0.4 0.6
Hex C1 AB 70 0 B 2A 18 2C 28 3C
Octal 301 253 160 0 13 52 30 54 50 74
Binary 11000001 10101011 1110000 0 1011 101010 11000 101100 101000 111100

Color Harmonies of #C1AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AB70

Black with #C1AB70

Text Example


Text Example

White with #C1AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AB70; }

 p { color: rgb(193,171,112); }

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

background-color css

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

 a { background-color: rgb(193,171,112); }

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

border-color css

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

 span { border-color: rgb(193,171,112); }

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