Html Css Color HEX #C1967B Pale Taupe

📋 copy color: '#C1967B'

red 193 ◦ green 150 ◦ blue 123

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

Shades of Pale Taupe #C1967B

Tints of Pale Taupe #C1967B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.19%

 BLUE value IS 123 (48.44% from 255) = 26.39%

R = 41.42%
G = 32.19%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1967B (or 0xC1967B) is known color: Pale Taupe. HEX triplet: C1, 96 and 7B. RGB value is (193,150,123). Sum of RGB (Red+Green+Blue) = 193+150+123=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1967B is #3E6984. Grayscale: #9F9F9F. Windows color (decimal): -4090245 or 8099521. OLE color: 8099521.

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

Color convert

RGB 193 150 123 -
CMYK 0 0.22 0.36 0.24
HSL 23.14º 0.36% 0.62% -
HSV(B) 23.14º 0.36% 0.76% -
XYZ 36.47 34.58 23.49 -
YUV 159.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 193 150 123 0 0.22 0.36 0.24 23.14 0.36 0.62
Hex C1 96 7B 0 16 24 18 17 24 3E
Octal 301 226 173 0 26 44 30 27 44 76
Binary 11000001 10010110 1111011 0 10110 100100 11000 10111 100100 111110

Color Harmonies of #C1967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1967B

Black with #C1967B

Text Example


Text Example

White with #C1967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1967B; }

 p { color: rgb(193,150,123); }

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

background-color css

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

 a { background-color: rgb(193,150,123); }

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

border-color css

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

 span { border-color: rgb(193,150,123); }

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