Html Css Color HEX #C08F5E Twine

📋 copy color: '#C08F5E'

red 192 ◦ green 143 ◦ blue 94

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

Shades of Twine #C08F5E

Tints of Twine #C08F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.91%

R = 44.76%
G = 33.33%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C08F5E (or 0xC08F5E) is known color: Twine. HEX triplet: C0, 8F and 5E. RGB value is (192,143,94). Sum of RGB (Red+Green+Blue) = 192+143+94=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F5E is #3F70A1. Grayscale: #989898. Windows color (decimal): -4157602 or 6197184. OLE color: 6197184.

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

Color convert

RGB 192 143 94 -
CMYK 0 0.26 0.51 0.25
HSL 30º 0.44% 0.56% -
HSV(B) 30º 0.51% 0.75% -
XYZ 33.58 31.66 14.93 -
YUV 152.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 192 143 94 0 0.26 0.51 0.25 30 0.44 0.56
Hex C0 8F 5E 0 1A 33 19 1E 2C 38
Octal 300 217 136 0 32 63 31 36 54 70
Binary 11000000 10001111 1011110 0 11010 110011 11001 11110 101100 111000

Color Harmonies of #C08F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F5E

Black with #C08F5E

Text Example


Text Example

White with #C08F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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