Html Css Color HEX #C19A39 Roti

📋 copy color: '#C19A39'

red 193 ◦ green 154 ◦ blue 57

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

Shades of Roti #C19A39

Tints of Roti #C19A39

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.12%

 BLUE value IS 57 (22.66% from 255) = 14.11%

R = 47.77%
G = 38.12%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C19A39 (or 0xC19A39) is known color: Roti. HEX triplet: C1, 9A and 39. RGB value is (193,154,57). Sum of RGB (Red+Green+Blue) = 193+154+57=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A39 is #3E65C6. Grayscale: #9B9B9B. Windows color (decimal): -4089287 or 3775169. OLE color: 3775169.

HSL color Cylindrical-coordinate representation of color #C19A39: hue angle of 42.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C19A39 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 154 57 -
CMYK 0 0.20 0.70 0.24
HSL 42.79º 0.54% 0.49% -
HSV(B) 42.79º 0.7% 0.76% -
XYZ 34.29 34.74 8.77 -
YUV 154.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 193 154 57 0 0.20 0.70 0.24 42.79 0.54 0.49
Hex C1 9A 39 0 14 46 18 2B 36 31
Octal 301 232 71 0 24 106 30 53 66 61
Binary 11000001 10011010 111001 0 10100 1000110 11000 101011 110110 110001

Color Harmonies of #C19A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19A39

Black with #C19A39

Text Example


Text Example

White with #C19A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19A39; }

 p { color: rgb(193,154,57); }

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

background-color css

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

 a { background-color: rgb(193,154,57); }

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

border-color css

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

 span { border-color: rgb(193,154,57); }

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