Html Css Color HEX #C08454 Twine

📋 copy color: '#C08454'

red 192 ◦ green 132 ◦ blue 84

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

Shades of Twine #C08454

Tints of Twine #C08454

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.35%

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

R = 47.06%
G = 32.35%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C08454 (or 0xC08454) is known color: Twine. HEX triplet: C0, 84 and 54. RGB value is (192,132,84). Sum of RGB (Red+Green+Blue) = 192+132+84=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C08454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08454 is #3F7BAB. Grayscale: #909090. Windows color (decimal): -4160428 or 5539008. OLE color: 5539008.

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

Color convert

RGB 192 132 84 -
CMYK 0 0.31 0.56 0.25
HSL 26.67º 0.46% 0.54% -
HSV(B) 26.67º 0.56% 0.75% -
XYZ 31.59 28.35 12.19 -
YUV 144.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 192 132 84 0 0.31 0.56 0.25 26.67 0.46 0.54
Hex C0 84 54 0 1F 38 19 1B 2E 36
Octal 300 204 124 0 37 70 31 33 56 66
Binary 11000000 10000100 1010100 0 11111 111000 11001 11011 101110 110110

Color Harmonies of #C08454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08454

Black with #C08454

Text Example


Text Example

White with #C08454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08454; }

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

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

background-color css

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

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

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

border-color css

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

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

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