Html Css Color HEX #C19E42 Roti

📋 copy color: '#C19E42'

red 193 ◦ green 158 ◦ blue 66

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

Shades of Roti #C19E42

Tints of Roti #C19E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.83%

R = 46.28%
G = 37.89%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C19E42 (or 0xC19E42) is known color: Roti. HEX triplet: C1, 9E and 42. RGB value is (193,158,66). Sum of RGB (Red+Green+Blue) = 193+158+66=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19E42 is #3E61BD. Grayscale: #9E9E9E. Windows color (decimal): -4088254 or 4366017. OLE color: 4366017.

HSL color Cylindrical-coordinate representation of color #C19E42: hue angle of 43.46º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C19E42 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 158 66 -
CMYK 0 0.18 0.66 0.24
HSL 43.46º 0.51% 0.51% -
HSV(B) 43.46º 0.66% 0.76% -
XYZ 35.2 36.18 10.28 -
YUV 157.98 76.1 152.98 -
System Red Green Blue C M Y K H S L
Decimal 193 158 66 0 0.18 0.66 0.24 43.46 0.51 0.51
Hex C1 9E 42 0 12 42 18 2B 33 33
Octal 301 236 102 0 22 102 30 53 63 63
Binary 11000001 10011110 1000010 0 10010 1000010 11000 101011 110011 110011

Color Harmonies of #C19E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19E42

Black with #C19E42

Text Example


Text Example

White with #C19E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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