Html Css Color HEX #C0917B Pale Taupe

📋 copy color: '#C0917B'

red 192 ◦ green 145 ◦ blue 123

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

Shades of Pale Taupe #C0917B

Tints of Pale Taupe #C0917B

RGB

 RED value IS 192 (75.39% from 255) = 41.74%

 GREEN value IS 145 (57.03% from 255) = 31.52%

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

R = 41.74%
G = 31.52%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0917B (or 0xC0917B) is known color: Pale Taupe. HEX triplet: C0, 91 and 7B. RGB value is (192,145,123). Sum of RGB (Red+Green+Blue) = 192+145+123=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0917B is #3F6E84. Grayscale: #9C9C9C. Windows color (decimal): -4157061 or 8098240. OLE color: 8098240.

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

Color convert

RGB 192 145 123 -
CMYK 0 0.24 0.36 0.25
HSL 19.13º 0.35% 0.62% -
HSV(B) 19.13º 0.36% 0.75% -
XYZ 35.44 32.89 23.22 -
YUV 156.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 192 145 123 0 0.24 0.36 0.25 19.13 0.35 0.62
Hex C0 91 7B 0 18 24 19 13 23 3E
Octal 300 221 173 0 30 44 31 23 43 76
Binary 11000000 10010001 1111011 0 11000 100100 11001 10011 100011 111110

Color Harmonies of #C0917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0917B

Black with #C0917B

Text Example


Text Example

White with #C0917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0917B; }

 p { color: rgb(192,145,123); }

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

background-color css

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

 a { background-color: rgb(192,145,123); }

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

border-color css

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

 span { border-color: rgb(192,145,123); }

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