Html Css Color HEX #C08F78 Pale Taupe

📋 copy color: '#C08F78'

red 192 ◦ green 143 ◦ blue 120

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

Shades of Pale Taupe #C08F78

Tints of Pale Taupe #C08F78

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.43%

 BLUE value IS 120 (47.27% from 255) = 26.37%

R = 42.2%
G = 31.43%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C08F78 (or 0xC08F78) is known color: Pale Taupe. HEX triplet: C0, 8F and 78. RGB value is (192,143,120). Sum of RGB (Red+Green+Blue) = 192+143+120=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F78 is #3F7087. Grayscale: #9B9B9B. Windows color (decimal): -4157576 or 7901120. OLE color: 7901120.

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

Color convert

RGB 192 143 120 -
CMYK 0 0.26 0.38 0.25
HSL 19.17º 0.36% 0.61% -
HSV(B) 19.17º 0.38% 0.75% -
XYZ 34.95 32.21 22.14 -
YUV 155.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 192 143 120 0 0.26 0.38 0.25 19.17 0.36 0.61
Hex C0 8F 78 0 1A 26 19 13 24 3D
Octal 300 217 170 0 32 46 31 23 44 75
Binary 11000000 10001111 1111000 0 11010 100110 11001 10011 100100 111101

Color Harmonies of #C08F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F78

Black with #C08F78

Text Example


Text Example

White with #C08F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F78; }

 p { color: rgb(192,143,120); }

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

background-color css

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

 a { background-color: rgb(192,143,120); }

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

border-color css

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

 span { border-color: rgb(192,143,120); }

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