Html Css Color HEX #C08359 Twine

📋 copy color: '#C08359'

red 192 ◦ green 131 ◦ blue 89

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

Shades of Twine #C08359

Tints of Twine #C08359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.8%

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

R = 46.6%
G = 31.8%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C08359 (or 0xC08359) is known color: Twine. HEX triplet: C0, 83 and 59. RGB value is (192,131,89). Sum of RGB (Red+Green+Blue) = 192+131+89=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C08359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08359 is #3F7CA6. Grayscale: #909090. Windows color (decimal): -4160679 or 5866432. OLE color: 5866432.

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

Color convert

RGB 192 131 89 -
CMYK 0 0.32 0.54 0.25
HSL 24.47º 0.45% 0.55% -
HSV(B) 24.47º 0.54% 0.75% -
XYZ 31.66 28.16 13.22 -
YUV 144.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 192 131 89 0 0.32 0.54 0.25 24.47 0.45 0.55
Hex C0 83 59 0 20 36 19 18 2D 37
Octal 300 203 131 0 40 66 31 30 55 67
Binary 11000000 10000011 1011001 0 100000 110110 11001 11000 101101 110111

Color Harmonies of #C08359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08359

Black with #C08359

Text Example


Text Example

White with #C08359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08359; }

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

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

background-color css

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

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

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

border-color css

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

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

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