Html Css Color HEX #C2A041 Roti

📋 copy color: '#C2A041'

red 194 ◦ green 160 ◦ blue 65

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

Shades of Roti #C2A041

Tints of Roti #C2A041

RGB

 RED value IS 194 (76.17% from 255) = 46.3%

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

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

R = 46.3%
G = 38.19%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2A041 (or 0xC2A041) is known color: Roti. HEX triplet: C2, A0 and 41. RGB value is (194,160,65). Sum of RGB (Red+Green+Blue) = 194+160+65=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A041 is #3D5FBE. Grayscale: #9F9F9F. Windows color (decimal): -4022207 or 4300994. OLE color: 4300994.

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

Color convert

RGB 194 160 65 -
CMYK 0 0.18 0.66 0.24
HSL 44.19º 0.51% 0.51% -
HSV(B) 44.19º 0.66% 0.76% -
XYZ 35.77 36.99 10.26 -
YUV 159.34 74.76 152.72 -
System Red Green Blue C M Y K H S L
Decimal 194 160 65 0 0.18 0.66 0.24 44.19 0.51 0.51
Hex C2 A0 41 0 12 42 18 2C 33 33
Octal 302 240 101 0 22 102 30 54 63 63
Binary 11000010 10100000 1000001 0 10010 1000010 11000 101100 110011 110011

Color Harmonies of #C2A041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A041

Black with #C2A041

Text Example


Text Example

White with #C2A041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A041; }

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

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

background-color css

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

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

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

border-color css

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

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

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