Html Css Color HEX #C08A54 Twine

📋 copy color: '#C08A54'

red 192 ◦ green 138 ◦ blue 84

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

Shades of Twine #C08A54

Tints of Twine #C08A54

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

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

R = 46.38%
G = 33.33%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C08A54 (or 0xC08A54) is known color: Twine. HEX triplet: C0, 8A and 54. RGB value is (192,138,84). Sum of RGB (Red+Green+Blue) = 192+138+84=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A54 is #3F75AB. Grayscale: #949494. Windows color (decimal): -4158892 or 5540544. OLE color: 5540544.

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

Color convert

RGB 192 138 84 -
CMYK 0 0.28 0.56 0.25
HSL 30º 0.46% 0.54% -
HSV(B) 30º 0.56% 0.75% -
XYZ 32.43 30.02 12.47 -
YUV 147.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 192 138 84 0 0.28 0.56 0.25 30 0.46 0.54
Hex C0 8A 54 0 1C 38 19 1E 2E 36
Octal 300 212 124 0 34 70 31 36 56 66
Binary 11000000 10001010 1010100 0 11100 111000 11001 11110 101110 110110

Color Harmonies of #C08A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A54

Black with #C08A54

Text Example


Text Example

White with #C08A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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