Html Css Color HEX #C08E57 Twine

📋 copy color: '#C08E57'

red 192 ◦ green 142 ◦ blue 87

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

Shades of Twine #C08E57

Tints of Twine #C08E57

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.73%

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

R = 45.61%
G = 33.73%
B = 20.67%

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

#C08E57 (or 0xC08E57) is known color: Twine. HEX triplet: C0, 8E and 57. RGB value is (192,142,87). Sum of RGB (Red+Green+Blue) = 192+142+87=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E57 is #3F71A8. Grayscale: #969696. Windows color (decimal): -4157865 or 5738176. OLE color: 5738176.

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

Color convert

RGB 192 142 87 -
CMYK 0 0.26 0.55 0.25
HSL 31.43º 0.45% 0.55% -
HSV(B) 31.43º 0.55% 0.75% -
XYZ 33.13 31.24 13.3 -
YUV 150.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 192 142 87 0 0.26 0.55 0.25 31.43 0.45 0.55
Hex C0 8E 57 0 1A 37 19 1F 2D 37
Octal 300 216 127 0 32 67 31 37 55 67
Binary 11000000 10001110 1010111 0 11010 110111 11001 11111 101101 110111

Color Harmonies of #C08E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E57

Black with #C08E57

Text Example


Text Example

White with #C08E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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