Html Css Color HEX #C1AB72 Putty

📋 copy color: '#C1AB72'

red 193 ◦ green 171 ◦ blue 114

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

Shades of Putty #C1AB72

Tints of Putty #C1AB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.85%

R = 40.38%
G = 35.77%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C1AB72 (or 0xC1AB72) is known color: Putty. HEX triplet: C1, AB and 72. RGB value is (193,171,114). Sum of RGB (Red+Green+Blue) = 193+171+114=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB72 is #3E548D. Grayscale: #ABABAB. Windows color (decimal): -4084878 or 7515073. OLE color: 7515073.

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

Color convert

RGB 193 171 114 -
CMYK 0 0.11 0.41 0.24
HSL 43.29º 0.39% 0.6% -
HSV(B) 43.29º 0.41% 0.76% -
XYZ 39.59 41.68 21.88 -
YUV 171.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 193 171 114 0 0.11 0.41 0.24 43.29 0.39 0.6
Hex C1 AB 72 0 B 29 18 2B 27 3C
Octal 301 253 162 0 13 51 30 53 47 74
Binary 11000001 10101011 1110010 0 1011 101001 11000 101011 100111 111100

Color Harmonies of #C1AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AB72

Black with #C1AB72

Text Example


Text Example

White with #C1AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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