Html Css Color HEX #C1A972 Putty

📋 copy color: '#C1A972'

red 193 ◦ green 169 ◦ blue 114

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

Shades of Putty #C1A972

Tints of Putty #C1A972

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.5%

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

R = 40.55%
G = 35.5%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C1A972 (or 0xC1A972) is known color: Putty. HEX triplet: C1, A9 and 72. RGB value is (193,169,114). Sum of RGB (Red+Green+Blue) = 193+169+114=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A972 is #3E568D. Grayscale: #AAAAAA. Windows color (decimal): -4085390 or 7514561. OLE color: 7514561.

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

Color convert

RGB 193 169 114 -
CMYK 0 0.12 0.41 0.24
HSL 41.77º 0.39% 0.6% -
HSV(B) 41.77º 0.41% 0.76% -
XYZ 39.22 40.93 21.75 -
YUV 169.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 193 169 114 0 0.12 0.41 0.24 41.77 0.39 0.6
Hex C1 A9 72 0 C 29 18 2A 27 3C
Octal 301 251 162 0 14 51 30 52 47 74
Binary 11000001 10101001 1110010 0 1100 101001 11000 101010 100111 111100

Color Harmonies of #C1A972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A972

Black with #C1A972

Text Example


Text Example

White with #C1A972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A972; }

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

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

background-color css

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

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

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

border-color css

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

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

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