Html Css Color HEX #C08D50 Twine

📋 copy color: '#C08D50'

red 192 ◦ green 141 ◦ blue 80

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

Shades of Twine #C08D50

Tints of Twine #C08D50

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

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

R = 46.49%
G = 34.14%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C08D50 (or 0xC08D50) is known color: Twine. HEX triplet: C0, 8D and 50. RGB value is (192,141,80). Sum of RGB (Red+Green+Blue) = 192+141+80=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D50 is #3F72AF. Grayscale: #959595. Windows color (decimal): -4158128 or 5279168. OLE color: 5279168.

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

Color convert

RGB 192 141 80 -
CMYK 0 0.27 0.58 0.25
HSL 32.68º 0.47% 0.53% -
HSV(B) 32.68º 0.58% 0.75% -
XYZ 32.71 30.84 11.82 -
YUV 149.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 192 141 80 0 0.27 0.58 0.25 32.68 0.47 0.53
Hex C0 8D 50 0 1B 3A 19 21 2F 35
Octal 300 215 120 0 33 72 31 41 57 65
Binary 11000000 10001101 1010000 0 11011 111010 11001 100001 101111 110101

Color Harmonies of #C08D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D50

Black with #C08D50

Text Example


Text Example

White with #C08D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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