Html Css Color HEX #C08357 Twine

📋 copy color: '#C08357'

red 192 ◦ green 131 ◦ blue 87

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

Shades of Twine #C08357

Tints of Twine #C08357

RGB

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

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

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

R = 46.83%
G = 31.95%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C08357 (or 0xC08357) is known color: Twine. HEX triplet: C0, 83 and 57. RGB value is (192,131,87). Sum of RGB (Red+Green+Blue) = 192+131+87=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C08357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08357 is #3F7CA8. Grayscale: #909090. Windows color (decimal): -4160681 or 5735360. OLE color: 5735360.

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

Color convert

RGB 192 131 87 -
CMYK 0 0.32 0.55 0.25
HSL 25.14º 0.45% 0.55% -
HSV(B) 25.14º 0.55% 0.75% -
XYZ 31.57 28.13 12.78 -
YUV 144.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 192 131 87 0 0.32 0.55 0.25 25.14 0.45 0.55
Hex C0 83 57 0 20 37 19 19 2D 37
Octal 300 203 127 0 40 67 31 31 55 67
Binary 11000000 10000011 1010111 0 100000 110111 11001 11001 101101 110111

Color Harmonies of #C08357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08357

Black with #C08357

Text Example


Text Example

White with #C08357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08357; }

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

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

background-color css

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

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

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

border-color css

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

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

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