Html Css Color HEX #C1A041 Roti

📋 copy color: '#C1A041'

red 193 ◦ green 160 ◦ blue 65

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

Shades of Roti #C1A041

Tints of Roti #C1A041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.55%

R = 46.17%
G = 38.28%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C1A041 (or 0xC1A041) is known color: Roti. HEX triplet: C1, A0 and 41. RGB value is (193,160,65). Sum of RGB (Red+Green+Blue) = 193+160+65=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A041 is #3E5FBE. Grayscale: #9F9F9F. Windows color (decimal): -4087743 or 4300993. OLE color: 4300993.

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

Color convert

RGB 193 160 65 -
CMYK 0 0.17 0.66 0.24
HSL 44.53º 0.51% 0.51% -
HSV(B) 44.53º 0.66% 0.76% -
XYZ 35.52 36.86 10.24 -
YUV 159.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 193 160 65 0 0.17 0.66 0.24 44.53 0.51 0.51
Hex C1 A0 41 0 11 42 18 2D 33 33
Octal 301 240 101 0 21 102 30 55 63 63
Binary 11000001 10100000 1000001 0 10001 1000010 11000 101101 110011 110011

Color Harmonies of #C1A041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A041

Black with #C1A041

Text Example


Text Example

White with #C1A041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A041; }

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

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

background-color css

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

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

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

border-color css

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

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

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