Html Css Color HEX #C19F40 Roti

📋 copy color: '#C19F40'

red 193 ◦ green 159 ◦ blue 64

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

Shades of Roti #C19F40

Tints of Roti #C19F40

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.22%

 BLUE value IS 64 (25.39% from 255) = 15.38%

R = 46.39%
G = 38.22%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C19F40 (or 0xC19F40) is known color: Roti. HEX triplet: C1, 9F and 40. RGB value is (193,159,64). Sum of RGB (Red+Green+Blue) = 193+159+64=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19F40 is #3E60BF. Grayscale: #9E9E9E. Windows color (decimal): -4088000 or 4235201. OLE color: 4235201.

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

Color convert

RGB 193 159 64 -
CMYK 0 0.18 0.67 0.24
HSL 44.19º 0.51% 0.5% -
HSV(B) 44.19º 0.67% 0.76% -
XYZ 35.32 36.5 10.04 -
YUV 158.34 74.76 152.72 -
System Red Green Blue C M Y K H S L
Decimal 193 159 64 0 0.18 0.67 0.24 44.19 0.51 0.5
Hex C1 9F 40 0 12 43 18 2C 33 32
Octal 301 237 100 0 22 103 30 54 63 62
Binary 11000001 10011111 1000000 0 10010 1000011 11000 101100 110011 110010

Color Harmonies of #C19F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19F40

Black with #C19F40

Text Example


Text Example

White with #C19F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19F40; }

 p { color: rgb(193,159,64); }

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

background-color css

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

 a { background-color: rgb(193,159,64); }

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

border-color css

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

 span { border-color: rgb(193,159,64); }

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