Html Css Color HEX #C18A54 Twine

📋 copy color: '#C18A54'

red 193 ◦ green 138 ◦ blue 84

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

Shades of Twine #C18A54

Tints of Twine #C18A54

RGB

 RED value IS 193 (75.78% from 255) = 46.51%

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

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

R = 46.51%
G = 33.25%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C18A54 (or 0xC18A54) is known color: Twine. HEX triplet: C1, 8A and 54. RGB value is (193,138,84). Sum of RGB (Red+Green+Blue) = 193+138+84=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A54 is #3E75AB. Grayscale: #949494. Windows color (decimal): -4093356 or 5540545. OLE color: 5540545.

HSL color Cylindrical-coordinate representation of color #C18A54: hue angle of 29.72º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C18A54 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 138 84 -
CMYK 0 0.28 0.56 0.24
HSL 29.72º 0.47% 0.54% -
HSV(B) 29.72º 0.56% 0.76% -
XYZ 32.68 30.15 12.49 -
YUV 148.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 193 138 84 0 0.28 0.56 0.24 29.72 0.47 0.54
Hex C1 8A 54 0 1C 38 18 1E 2F 36
Octal 301 212 124 0 34 70 30 36 57 66
Binary 11000001 10001010 1010100 0 11100 111000 11000 11110 101111 110110

Color Harmonies of #C18A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A54

Black with #C18A54

Text Example


Text Example

White with #C18A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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