Html Css Color HEX #C19944 Roti

📋 copy color: '#C19944'

red 193 ◦ green 153 ◦ blue 68

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

Shades of Roti #C19944

Tints of Roti #C19944

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 68 (26.95% from 255) = 16.43%

R = 46.62%
G = 36.96%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C19944 (or 0xC19944) is known color: Roti. HEX triplet: C1, 99 and 44. RGB value is (193,153,68). Sum of RGB (Red+Green+Blue) = 193+153+68=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C19944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19944 is #3E66BB. Grayscale: #9B9B9B. Windows color (decimal): -4089532 or 4495809. OLE color: 4495809.

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

Color convert

RGB 193 153 68 -
CMYK 0 0.21 0.65 0.24
HSL 40.8º 0.5% 0.51% -
HSV(B) 40.8º 0.65% 0.76% -
XYZ 34.43 34.54 10.32 -
YUV 155.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 193 153 68 0 0.21 0.65 0.24 40.8 0.5 0.51
Hex C1 99 44 0 15 41 18 29 32 33
Octal 301 231 104 0 25 101 30 51 62 63
Binary 11000001 10011001 1000100 0 10101 1000001 11000 101001 110010 110011

Color Harmonies of #C19944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19944

Black with #C19944

Text Example


Text Example

White with #C19944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19944; }

 p { color: rgb(193,153,68); }

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

background-color css

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

 a { background-color: rgb(193,153,68); }

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

border-color css

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

 span { border-color: rgb(193,153,68); }

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