Html Css Color HEX #C2A040 Roti

📋 copy color: '#C2A040'

red 194 ◦ green 160 ◦ blue 64

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

Shades of Roti #C2A040

Tints of Roti #C2A040

RGB

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

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

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

R = 46.41%
G = 38.28%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C2A040 (or 0xC2A040) is known color: Roti. HEX triplet: C2, A0 and 40. RGB value is (194,160,64). Sum of RGB (Red+Green+Blue) = 194+160+64=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A040 is #3D5FBF. Grayscale: #9F9F9F. Windows color (decimal): -4022208 or 4235458. OLE color: 4235458.

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

Color convert

RGB 194 160 64 -
CMYK 0 0.18 0.67 0.24
HSL 44.31º 0.52% 0.51% -
HSV(B) 44.31º 0.67% 0.76% -
XYZ 35.74 36.98 10.1 -
YUV 159.22 74.26 152.81 -
System Red Green Blue C M Y K H S L
Decimal 194 160 64 0 0.18 0.67 0.24 44.31 0.52 0.51
Hex C2 A0 40 0 12 43 18 2C 34 33
Octal 302 240 100 0 22 103 30 54 64 63
Binary 11000010 10100000 1000000 0 10010 1000011 11000 101100 110100 110011

Color Harmonies of #C2A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A040

Black with #C2A040

Text Example


Text Example

White with #C2A040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A040; }

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

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

background-color css

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

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

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

border-color css

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

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

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