Html Css Color HEX #C08955 Twine

📋 copy color: '#C08955'

red 192 ◦ green 137 ◦ blue 85

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

Shades of Twine #C08955

Tints of Twine #C08955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.09%

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

R = 46.38%
G = 33.09%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C08955 (or 0xC08955) is known color: Twine. HEX triplet: C0, 89 and 55. RGB value is (192,137,85). Sum of RGB (Red+Green+Blue) = 192+137+85=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C08955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08955 is #3F76AA. Grayscale: #939393. Windows color (decimal): -4159147 or 5605824. OLE color: 5605824.

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

Color convert

RGB 192 137 85 -
CMYK 0 0.29 0.56 0.25
HSL 29.16º 0.46% 0.54% -
HSV(B) 29.16º 0.56% 0.75% -
XYZ 32.32 29.75 12.63 -
YUV 147.52 92.72 159.73 -
System Red Green Blue C M Y K H S L
Decimal 192 137 85 0 0.29 0.56 0.25 29.16 0.46 0.54
Hex C0 89 55 0 1D 38 19 1D 2E 36
Octal 300 211 125 0 35 70 31 35 56 66
Binary 11000000 10001001 1010101 0 11101 111000 11001 11101 101110 110110

Color Harmonies of #C08955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08955

Black with #C08955

Text Example


Text Example

White with #C08955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08955; }

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

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

background-color css

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

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

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

border-color css

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

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

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