Html Css Color HEX #C08F7B Pale Taupe

📋 copy color: '#C08F7B'

red 192 ◦ green 143 ◦ blue 123

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

Shades of Pale Taupe #C08F7B

Tints of Pale Taupe #C08F7B

RGB

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

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

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

R = 41.92%
G = 31.22%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C08F7B (or 0xC08F7B) is known color: Pale Taupe. HEX triplet: C0, 8F and 7B. RGB value is (192,143,123). Sum of RGB (Red+Green+Blue) = 192+143+123=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F7B is #3F7084. Grayscale: #9B9B9B. Windows color (decimal): -4157573 or 8097728. OLE color: 8097728.

HSL color Cylindrical-coordinate representation of color #C08F7B: hue angle of 17.39º 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 #C08F7B is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 143 123 -
CMYK 0 0.26 0.36 0.25
HSL 17.39º 0.35% 0.62% -
HSV(B) 17.39º 0.36% 0.75% -
XYZ 35.14 32.28 23.12 -
YUV 155.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 192 143 123 0 0.26 0.36 0.25 17.39 0.35 0.62
Hex C0 8F 7B 0 1A 24 19 11 23 3E
Octal 300 217 173 0 32 44 31 21 43 76
Binary 11000000 10001111 1111011 0 11010 100100 11001 10001 100011 111110

Color Harmonies of #C08F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F7B

Black with #C08F7B

Text Example


Text Example

White with #C08F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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