Html Css Color HEX #C18852 Twine

📋 copy color: '#C18852'

red 193 ◦ green 136 ◦ blue 82

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

Shades of Twine #C18852

Tints of Twine #C18852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.09%

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

R = 46.96%
G = 33.09%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C18852 (or 0xC18852) is known color: Twine. HEX triplet: C1, 88 and 52. RGB value is (193,136,82). Sum of RGB (Red+Green+Blue) = 193+136+82=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C18852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18852 is #3E77AD. Grayscale: #939393. Windows color (decimal): -4093870 or 5408961. OLE color: 5408961.

HSL color Cylindrical-coordinate representation of color #C18852: hue angle of 29.19º 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 #C18852 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 136 82 -
CMYK 0 0.30 0.58 0.24
HSL 29.19º 0.47% 0.54% -
HSV(B) 29.19º 0.58% 0.76% -
XYZ 32.32 29.55 11.98 -
YUV 146.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 193 136 82 0 0.30 0.58 0.24 29.19 0.47 0.54
Hex C1 88 52 0 1E 3A 18 1D 2F 36
Octal 301 210 122 0 36 72 30 35 57 66
Binary 11000001 10001000 1010010 0 11110 111010 11000 11101 101111 110110

Color Harmonies of #C18852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18852

Black with #C18852

Text Example


Text Example

White with #C18852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18852; }

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

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

background-color css

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

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

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

border-color css

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

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

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