Html Css Color HEX #C18352 Twine

📋 copy color: '#C18352'

red 193 ◦ green 131 ◦ blue 82

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

Shades of Twine #C18352

Tints of Twine #C18352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.27%

 BLUE value IS 82 (32.42% from 255) = 20.2%

R = 47.54%
G = 32.27%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C18352 (or 0xC18352) is known color: Twine. HEX triplet: C1, 83 and 52. RGB value is (193,131,82). Sum of RGB (Red+Green+Blue) = 193+131+82=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C18352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18352 is #3E7CAD. Grayscale: #909090. Windows color (decimal): -4095150 or 5407681. OLE color: 5407681.

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

Color convert

RGB 193 131 82 -
CMYK 0 0.32 0.58 0.24
HSL 26.49º 0.47% 0.54% -
HSV(B) 26.49º 0.58% 0.76% -
XYZ 31.63 28.18 11.75 -
YUV 143.95 93.04 162.98 -
System Red Green Blue C M Y K H S L
Decimal 193 131 82 0 0.32 0.58 0.24 26.49 0.47 0.54
Hex C1 83 52 0 20 3A 18 1A 2F 36
Octal 301 203 122 0 40 72 30 32 57 66
Binary 11000001 10000011 1010010 0 100000 111010 11000 11010 101111 110110

Color Harmonies of #C18352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18352

Black with #C18352

Text Example


Text Example

White with #C18352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18352; }

 p { color: rgb(193,131,82); }

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

background-color css

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

 a { background-color: rgb(193,131,82); }

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

border-color css

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

 span { border-color: rgb(193,131,82); }

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