Html Css Color HEX #C08F75 Pale Taupe

📋 copy color: '#C08F75'

red 192 ◦ green 143 ◦ blue 117

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

Shades of Pale Taupe #C08F75

Tints of Pale Taupe #C08F75

RGB

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

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

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

R = 42.48%
G = 31.64%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C08F75 (or 0xC08F75) is known color: Pale Taupe. HEX triplet: C0, 8F and 75. RGB value is (192,143,117). Sum of RGB (Red+Green+Blue) = 192+143+117=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F75 is #3F708A. Grayscale: #9A9A9A. Windows color (decimal): -4157579 or 7704512. OLE color: 7704512.

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

Color convert

RGB 192 143 117 -
CMYK 0 0.26 0.39 0.25
HSL 20.8º 0.37% 0.61% -
HSV(B) 20.8º 0.39% 0.75% -
XYZ 34.77 32.14 21.2 -
YUV 154.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 192 143 117 0 0.26 0.39 0.25 20.8 0.37 0.61
Hex C0 8F 75 0 1A 27 19 15 25 3D
Octal 300 217 165 0 32 47 31 25 45 75
Binary 11000000 10001111 1110101 0 11010 100111 11001 10101 100101 111101

Color Harmonies of #C08F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F75

Black with #C08F75

Text Example


Text Example

White with #C08F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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