Html Css Color HEX #C19072 Pale Taupe

📋 copy color: '#C19072'

red 193 ◦ green 144 ◦ blue 114

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

Shades of Pale Taupe #C19072

Tints of Pale Taupe #C19072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.93%

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

R = 42.79%
G = 31.93%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C19072 (or 0xC19072) is known color: Pale Taupe. HEX triplet: C1, 90 and 72. RGB value is (193,144,114). Sum of RGB (Red+Green+Blue) = 193+144+114=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C19072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19072 is #3E6F8D. Grayscale: #9B9B9B. Windows color (decimal): -4091790 or 7508161. OLE color: 7508161.

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

Color convert

RGB 193 144 114 -
CMYK 0 0.25 0.41 0.24
HSL 22.78º 0.39% 0.6% -
HSV(B) 22.78º 0.41% 0.76% -
XYZ 35 32.5 20.35 -
YUV 155.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 193 144 114 0 0.25 0.41 0.24 22.78 0.39 0.6
Hex C1 90 72 0 19 29 18 17 27 3C
Octal 301 220 162 0 31 51 30 27 47 74
Binary 11000001 10010000 1110010 0 11001 101001 11000 10111 100111 111100

Color Harmonies of #C19072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19072

Black with #C19072

Text Example


Text Example

White with #C19072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19072; }

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

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

background-color css

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

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

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

border-color css

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

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

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