Html Css Color HEX #C19455 Twine

📋 copy color: '#C19455'

red 193 ◦ green 148 ◦ blue 85

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

Shades of Twine #C19455

Tints of Twine #C19455

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.74%

 BLUE value IS 85 (33.59% from 255) = 19.95%

R = 45.31%
G = 34.74%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C19455 (or 0xC19455) is known color: Twine. HEX triplet: C1, 94 and 55. RGB value is (193,148,85). Sum of RGB (Red+Green+Blue) = 193+148+85=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C19455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19455 is #3E6BAA. Grayscale: #9A9A9A. Windows color (decimal): -4090795 or 5608641. OLE color: 5608641.

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

Color convert

RGB 193 148 85 -
CMYK 0 0.23 0.56 0.24
HSL 35º 0.47% 0.55% -
HSV(B) 35º 0.56% 0.76% -
XYZ 34.22 33.17 13.19 -
YUV 154.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 193 148 85 0 0.23 0.56 0.24 35 0.47 0.55
Hex C1 94 55 0 17 38 18 23 2F 37
Octal 301 224 125 0 27 70 30 43 57 67
Binary 11000001 10010100 1010101 0 10111 111000 11000 100011 101111 110111

Color Harmonies of #C19455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19455

Black with #C19455

Text Example


Text Example

White with #C19455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19455; }

 p { color: rgb(193,148,85); }

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

background-color css

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

 a { background-color: rgb(193,148,85); }

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

border-color css

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

 span { border-color: rgb(193,148,85); }

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