Html Css Color HEX #C1A040 Roti

📋 copy color: '#C1A040'

red 193 ◦ green 160 ◦ blue 64

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

Shades of Roti #C1A040

Tints of Roti #C1A040

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.37%

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

R = 46.28%
G = 38.37%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1A040 (or 0xC1A040) is known color: Roti. HEX triplet: C1, A0 and 40. RGB value is (193,160,64). Sum of RGB (Red+Green+Blue) = 193+160+64=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A040 is #3E5FBF. Grayscale: #9F9F9F. Windows color (decimal): -4087744 or 4235457. OLE color: 4235457.

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

Color convert

RGB 193 160 64 -
CMYK 0 0.17 0.67 0.24
HSL 44.65º 0.51% 0.5% -
HSV(B) 44.65º 0.67% 0.76% -
XYZ 35.49 36.85 10.09 -
YUV 158.92 74.43 152.31 -
System Red Green Blue C M Y K H S L
Decimal 193 160 64 0 0.17 0.67 0.24 44.65 0.51 0.5
Hex C1 A0 40 0 11 43 18 2D 33 32
Octal 301 240 100 0 21 103 30 55 63 62
Binary 11000001 10100000 1000000 0 10001 1000011 11000 101101 110011 110010

Color Harmonies of #C1A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A040

Black with #C1A040

Text Example


Text Example

White with #C1A040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A040; }

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

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

background-color css

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

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

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

border-color css

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

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

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