Html Css Color HEX #C19940 Roti

📋 copy color: '#C19940'

red 193 ◦ green 153 ◦ blue 64

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

Shades of Roti #C19940

Tints of Roti #C19940

RGB

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

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

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

R = 47.07%
G = 37.32%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C19940 (or 0xC19940) is known color: Roti. HEX triplet: C1, 99 and 40. RGB value is (193,153,64). Sum of RGB (Red+Green+Blue) = 193+153+64=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C19940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19940 is #3E66BF. Grayscale: #9B9B9B. Windows color (decimal): -4089536 or 4233665. OLE color: 4233665.

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

Color convert

RGB 193 153 64 -
CMYK 0 0.21 0.67 0.24
HSL 41.4º 0.51% 0.5% -
HSV(B) 41.4º 0.67% 0.76% -
XYZ 34.31 34.49 9.7 -
YUV 154.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 193 153 64 0 0.21 0.67 0.24 41.4 0.51 0.5
Hex C1 99 40 0 15 43 18 29 33 32
Octal 301 231 100 0 25 103 30 51 63 62
Binary 11000001 10011001 1000000 0 10101 1000011 11000 101001 110011 110010

Color Harmonies of #C19940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19940

Black with #C19940

Text Example


Text Example

White with #C19940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19940; }

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

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

background-color css

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

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

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

border-color css

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

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

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