Html Css Color HEX #C08F59 Twine

📋 copy color: '#C08F59'

red 192 ◦ green 143 ◦ blue 89

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

Shades of Twine #C08F59

Tints of Twine #C08F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.99%

R = 45.28%
G = 33.73%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C08F59 (or 0xC08F59) is known color: Twine. HEX triplet: C0, 8F and 59. RGB value is (192,143,89). Sum of RGB (Red+Green+Blue) = 192+143+89=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F59 is #3F70A6. Grayscale: #979797. Windows color (decimal): -4157607 or 5869504. OLE color: 5869504.

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

Color convert

RGB 192 143 89 -
CMYK 0 0.26 0.54 0.25
HSL 31.46º 0.45% 0.55% -
HSV(B) 31.46º 0.54% 0.75% -
XYZ 33.36 31.57 13.79 -
YUV 151.5 92.73 156.89 -
System Red Green Blue C M Y K H S L
Decimal 192 143 89 0 0.26 0.54 0.25 31.46 0.45 0.55
Hex C0 8F 59 0 1A 36 19 1F 2D 37
Octal 300 217 131 0 32 66 31 37 55 67
Binary 11000000 10001111 1011001 0 11010 110110 11001 11111 101101 110111

Color Harmonies of #C08F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F59

Black with #C08F59

Text Example


Text Example

White with #C08F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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