Html Css Color HEX #C08350 Twine

📋 copy color: '#C08350'

red 192 ◦ green 131 ◦ blue 80

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

Shades of Twine #C08350

Tints of Twine #C08350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 47.64%
G = 32.51%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C08350 (or 0xC08350) is known color: Twine. HEX triplet: C0, 83 and 50. RGB value is (192,131,80). Sum of RGB (Red+Green+Blue) = 192+131+80=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C08350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08350 is #3F7CAF. Grayscale: #8F8F8F. Windows color (decimal): -4160688 or 5276608. OLE color: 5276608.

HSL color Cylindrical-coordinate representation of color #C08350: hue angle of 27.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C08350 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 80 -
CMYK 0 0.32 0.58 0.25
HSL 27.32º 0.47% 0.53% -
HSV(B) 27.32º 0.58% 0.75% -
XYZ 31.3 28.02 11.35 -
YUV 143.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 192 131 80 0 0.32 0.58 0.25 27.32 0.47 0.53
Hex C0 83 50 0 20 3A 19 1B 2F 35
Octal 300 203 120 0 40 72 31 33 57 65
Binary 11000000 10000011 1010000 0 100000 111010 11001 11011 101111 110101

Color Harmonies of #C08350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08350

Black with #C08350

Text Example


Text Example

White with #C08350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08350; }

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

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

background-color css

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

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

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

border-color css

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

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

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