Html Css Color HEX #C19975 Pale Taupe

📋 copy color: '#C19975'

red 193 ◦ green 153 ◦ blue 117

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

Shades of Pale Taupe #C19975

Tints of Pale Taupe #C19975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.05%

 BLUE value IS 117 (46.09% from 255) = 25.27%

R = 41.68%
G = 33.05%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C19975 (or 0xC19975) is known color: Pale Taupe. HEX triplet: C1, 99 and 75. RGB value is (193,153,117). Sum of RGB (Red+Green+Blue) = 193+153+117=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C19975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19975 is #3E668A. Grayscale: #A1A1A1. Windows color (decimal): -4089483 or 7707073. OLE color: 7707073.

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

Color convert

RGB 193 153 117 -
CMYK 0 0.21 0.39 0.24
HSL 28.42º 0.38% 0.61% -
HSV(B) 28.42º 0.39% 0.76% -
XYZ 36.59 35.4 21.73 -
YUV 160.86 103.25 150.93 -
System Red Green Blue C M Y K H S L
Decimal 193 153 117 0 0.21 0.39 0.24 28.42 0.38 0.61
Hex C1 99 75 0 15 27 18 1C 26 3D
Octal 301 231 165 0 25 47 30 34 46 75
Binary 11000001 10011001 1110101 0 10101 100111 11000 11100 100110 111101

Color Harmonies of #C19975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19975

Black with #C19975

Text Example


Text Example

White with #C19975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19975; }

 p { color: rgb(193,153,117); }

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

background-color css

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

 a { background-color: rgb(193,153,117); }

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

border-color css

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

 span { border-color: rgb(193,153,117); }

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