Html Css Color HEX #C19552 Twine

📋 copy color: '#C19552'

red 193 ◦ green 149 ◦ blue 82

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

Shades of Twine #C19552

Tints of Twine #C19552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.14%

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

R = 45.52%
G = 35.14%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C19552 (or 0xC19552) is known color: Twine. HEX triplet: C1, 95 and 52. RGB value is (193,149,82). Sum of RGB (Red+Green+Blue) = 193+149+82=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C19552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19552 is #3E6AAD. Grayscale: #9A9A9A. Windows color (decimal): -4090542 or 5412289. OLE color: 5412289.

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

Color convert

RGB 193 149 82 -
CMYK 0 0.23 0.58 0.24
HSL 36.22º 0.47% 0.54% -
HSV(B) 36.22º 0.58% 0.76% -
XYZ 34.26 33.44 12.63 -
YUV 154.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 193 149 82 0 0.23 0.58 0.24 36.22 0.47 0.54
Hex C1 95 52 0 17 3A 18 24 2F 36
Octal 301 225 122 0 27 72 30 44 57 66
Binary 11000001 10010101 1010010 0 10111 111010 11000 100100 101111 110110

Color Harmonies of #C19552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19552

Black with #C19552

Text Example


Text Example

White with #C19552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19552; }

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

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

background-color css

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

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

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

border-color css

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

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

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