Html Css Color HEX #C08F57 Twine

📋 copy color: '#C08F57'

red 192 ◦ green 143 ◦ blue 87

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

Shades of Twine #C08F57

Tints of Twine #C08F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.62%

R = 45.5%
G = 33.89%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C08F57 (or 0xC08F57) is known color: Twine. HEX triplet: C0, 8F and 57. RGB value is (192,143,87). Sum of RGB (Red+Green+Blue) = 192+143+87=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F57 is #3F70A8. Grayscale: #979797. Windows color (decimal): -4157609 or 5738432. OLE color: 5738432.

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

Color convert

RGB 192 143 87 -
CMYK 0 0.26 0.55 0.25
HSL 32º 0.45% 0.55% -
HSV(B) 32º 0.55% 0.75% -
XYZ 33.28 31.54 13.35 -
YUV 151.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 192 143 87 0 0.26 0.55 0.25 32 0.45 0.55
Hex C0 8F 57 0 1A 37 19 20 2D 37
Octal 300 217 127 0 32 67 31 40 55 67
Binary 11000000 10001111 1010111 0 11010 110111 11001 100000 101101 110111

Color Harmonies of #C08F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F57

Black with #C08F57

Text Example


Text Example

White with #C08F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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