Html Css Color HEX #C18453 Twine

📋 copy color: '#C18453'

red 193 ◦ green 132 ◦ blue 83

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

Shades of Twine #C18453

Tints of Twine #C18453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.34%

R = 47.3%
G = 32.35%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C18453 (or 0xC18453) is known color: Twine. HEX triplet: C1, 84 and 53. RGB value is (193,132,83). Sum of RGB (Red+Green+Blue) = 193+132+83=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C18453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18453 is #3E7BAC. Grayscale: #909090. Windows color (decimal): -4094893 or 5473473. OLE color: 5473473.

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

Color convert

RGB 193 132 83 -
CMYK 0 0.32 0.57 0.24
HSL 26.73º 0.47% 0.54% -
HSV(B) 26.73º 0.57% 0.76% -
XYZ 31.8 28.46 12 -
YUV 144.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 193 132 83 0 0.32 0.57 0.24 26.73 0.47 0.54
Hex C1 84 53 0 20 39 18 1B 2F 36
Octal 301 204 123 0 40 71 30 33 57 66
Binary 11000001 10000100 1010011 0 100000 111001 11000 11011 101111 110110

Color Harmonies of #C18453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18453

Black with #C18453

Text Example


Text Example

White with #C18453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18453; }

 p { color: rgb(193,132,83); }

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

background-color css

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

 a { background-color: rgb(193,132,83); }

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

border-color css

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

 span { border-color: rgb(193,132,83); }

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