Html Css Color HEX #C19E3A Roti

📋 copy color: '#C19E3A'

red 193 ◦ green 158 ◦ blue 58

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

Shades of Roti #C19E3A

Tints of Roti #C19E3A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.63%

 BLUE value IS 58 (23.05% from 255) = 14.18%

R = 47.19%
G = 38.63%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C19E3A (or 0xC19E3A) is known color: Roti. HEX triplet: C1, 9E and 3A. RGB value is (193,158,58). Sum of RGB (Red+Green+Blue) = 193+158+58=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19E3A is #3E61C5. Grayscale: #9D9D9D. Windows color (decimal): -4088262 or 3841729. OLE color: 3841729.

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

Color convert

RGB 193 158 58 -
CMYK 0 0.18 0.70 0.24
HSL 44.44º 0.54% 0.49% -
HSV(B) 44.44º 0.7% 0.76% -
XYZ 34.98 36.1 9.13 -
YUV 157.07 72.1 153.63 -
System Red Green Blue C M Y K H S L
Decimal 193 158 58 0 0.18 0.70 0.24 44.44 0.54 0.49
Hex C1 9E 3A 0 12 46 18 2C 36 31
Octal 301 236 72 0 22 106 30 54 66 61
Binary 11000001 10011110 111010 0 10010 1000110 11000 101100 110110 110001

Color Harmonies of #C19E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19E3A

Black with #C19E3A

Text Example


Text Example

White with #C19E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19E3A; }

 p { color: rgb(193,158,58); }

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

background-color css

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

 a { background-color: rgb(193,158,58); }

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

border-color css

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

 span { border-color: rgb(193,158,58); }

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