Html Css Color HEX #C19C7A Pale Taupe

📋 copy color: '#C19C7A'

red 193 ◦ green 156 ◦ blue 122

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

Shades of Pale Taupe #C19C7A

Tints of Pale Taupe #C19C7A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.12%

 BLUE value IS 122 (48.05% from 255) = 25.9%

R = 40.98%
G = 33.12%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C19C7A (or 0xC19C7A) is known color: Pale Taupe. HEX triplet: C1, 9C and 7A. RGB value is (193,156,122). Sum of RGB (Red+Green+Blue) = 193+156+122=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C7A is #3E6385. Grayscale: #A3A3A3. Windows color (decimal): -4088710 or 8035521. OLE color: 8035521.

HSL color Cylindrical-coordinate representation of color #C19C7A: hue angle of 28.73º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C19C7A is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 156 122 -
CMYK 0 0.19 0.37 0.24
HSL 28.73º 0.36% 0.62% -
HSV(B) 28.73º 0.37% 0.76% -
XYZ 37.39 36.52 23.49 -
YUV 163.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 193 156 122 0 0.19 0.37 0.24 28.73 0.36 0.62
Hex C1 9C 7A 0 13 25 18 1D 24 3E
Octal 301 234 172 0 23 45 30 35 44 76
Binary 11000001 10011100 1111010 0 10011 100101 11000 11101 100100 111110

Color Harmonies of #C19C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C7A

Black with #C19C7A

Text Example


Text Example

White with #C19C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C7A; }

 p { color: rgb(193,156,122); }

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

background-color css

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

 a { background-color: rgb(193,156,122); }

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

border-color css

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

 span { border-color: rgb(193,156,122); }

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