Html Css Color HEX #C08254 Twine

📋 copy color: '#C08254'

red 192 ◦ green 130 ◦ blue 84

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

Shades of Twine #C08254

Tints of Twine #C08254

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

 BLUE value IS 84 (33.2% from 255) = 20.69%

R = 47.29%
G = 32.02%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C08254 (or 0xC08254) is known color: Twine. HEX triplet: C0, 82 and 54. RGB value is (192,130,84). Sum of RGB (Red+Green+Blue) = 192+130+84=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C08254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08254 is #3F7DAB. Grayscale: #8F8F8F. Windows color (decimal): -4160940 or 5538496. OLE color: 5538496.

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

Color convert

RGB 192 130 84 -
CMYK 0 0.32 0.56 0.25
HSL 25.56º 0.46% 0.54% -
HSV(B) 25.56º 0.56% 0.75% -
XYZ 31.32 27.81 12.1 -
YUV 143.29 94.54 162.74 -
System Red Green Blue C M Y K H S L
Decimal 192 130 84 0 0.32 0.56 0.25 25.56 0.46 0.54
Hex C0 82 54 0 20 38 19 1A 2E 36
Octal 300 202 124 0 40 70 31 32 56 66
Binary 11000000 10000010 1010100 0 100000 111000 11001 11010 101110 110110

Color Harmonies of #C08254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08254

Black with #C08254

Text Example


Text Example

White with #C08254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08254; }

 p { color: rgb(192,130,84); }

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

background-color css

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

 a { background-color: rgb(192,130,84); }

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

border-color css

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

 span { border-color: rgb(192,130,84); }

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