Html Css Color HEX #C08E55 Twine

📋 copy color: '#C08E55'

red 192 ◦ green 142 ◦ blue 85

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

Shades of Twine #C08E55

Tints of Twine #C08E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.29%

R = 45.82%
G = 33.89%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C08E55 (or 0xC08E55) is known color: Twine. HEX triplet: C0, 8E and 55. RGB value is (192,142,85). Sum of RGB (Red+Green+Blue) = 192+142+85=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E55 is #3F71AA. Grayscale: #969696. Windows color (decimal): -4157867 or 5607104. OLE color: 5607104.

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

Color convert

RGB 192 142 85 -
CMYK 0 0.26 0.56 0.25
HSL 31.96º 0.46% 0.54% -
HSV(B) 31.96º 0.56% 0.75% -
XYZ 33.05 31.21 12.88 -
YUV 150.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 192 142 85 0 0.26 0.56 0.25 31.96 0.46 0.54
Hex C0 8E 55 0 1A 38 19 20 2E 36
Octal 300 216 125 0 32 70 31 40 56 66
Binary 11000000 10001110 1010101 0 11010 111000 11001 100000 101110 110110

Color Harmonies of #C08E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E55

Black with #C08E55

Text Example


Text Example

White with #C08E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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