Html Css Color HEX #C19073 Pale Taupe

📋 copy color: '#C19073'

red 193 ◦ green 144 ◦ blue 115

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

Shades of Pale Taupe #C19073

Tints of Pale Taupe #C19073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.44%

R = 42.7%
G = 31.86%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C19073 (or 0xC19073) is known color: Pale Taupe. HEX triplet: C1, 90 and 73. RGB value is (193,144,115). Sum of RGB (Red+Green+Blue) = 193+144+115=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C19073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19073 is #3E6F8C. Grayscale: #9B9B9B. Windows color (decimal): -4091789 or 7573697. OLE color: 7573697.

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

Color convert

RGB 193 144 115 -
CMYK 0 0.25 0.40 0.24
HSL 22.31º 0.39% 0.6% -
HSV(B) 22.31º 0.4% 0.76% -
XYZ 35.06 32.52 20.65 -
YUV 155.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 193 144 115 0 0.25 0.40 0.24 22.31 0.39 0.6
Hex C1 90 73 0 19 28 18 16 27 3C
Octal 301 220 163 0 31 50 30 26 47 74
Binary 11000001 10010000 1110011 0 11001 101000 11000 10110 100111 111100

Color Harmonies of #C19073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19073

Black with #C19073

Text Example


Text Example

White with #C19073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19073; }

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

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

background-color css

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

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

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

border-color css

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

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

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