Html Css Color HEX #C19F37 Roti

📋 copy color: '#C19F37'

red 193 ◦ green 159 ◦ blue 55

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

Shades of Roti #C19F37

Tints of Roti #C19F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.51%

R = 47.42%
G = 39.07%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C19F37 (or 0xC19F37) is known color: Roti. HEX triplet: C1, 9F and 37. RGB value is (193,159,55). Sum of RGB (Red+Green+Blue) = 193+159+55=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19F37 is #3E60C8. Grayscale: #9D9D9D. Windows color (decimal): -4088009 or 3645377. OLE color: 3645377.

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

Color convert

RGB 193 159 55 -
CMYK 0 0.18 0.72 0.24
HSL 45.22º 0.56% 0.49% -
HSV(B) 45.22º 0.72% 0.76% -
XYZ 35.08 36.41 8.79 -
YUV 157.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 193 159 55 0 0.18 0.72 0.24 45.22 0.56 0.49
Hex C1 9F 37 0 12 48 18 2D 38 31
Octal 301 237 67 0 22 110 30 55 70 61
Binary 11000001 10011111 110111 0 10010 1001000 11000 101101 111000 110001

Color Harmonies of #C19F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19F37

Black with #C19F37

Text Example


Text Example

White with #C19F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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