Html Css Color HEX #C3A040 Roti

📋 copy color: '#C3A040'

red 195 ◦ green 160 ◦ blue 64

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

Shades of Roti #C3A040

Tints of Roti #C3A040

RGB

 RED value IS 195 (76.56% from 255) = 46.54%

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

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

R = 46.54%
G = 38.19%
B = 15.27%

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

#C3A040 (or 0xC3A040) is known color: Roti. HEX triplet: C3, A0 and 40. RGB value is (195,160,64). Sum of RGB (Red+Green+Blue) = 195+160+64=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A040 is #3C5FBF. Grayscale: #9F9F9F. Windows color (decimal): -3956672 or 4235459. OLE color: 4235459.

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

Color convert

RGB 195 160 64 -
CMYK 0 0.18 0.67 0.24
HSL 43.97º 0.52% 0.51% -
HSV(B) 43.97º 0.67% 0.76% -
XYZ 36 37.11 10.12 -
YUV 159.52 74.1 153.31 -
System Red Green Blue C M Y K H S L
Decimal 195 160 64 0 0.18 0.67 0.24 43.97 0.52 0.51
Hex C3 A0 40 0 12 43 18 2C 34 33
Octal 303 240 100 0 22 103 30 54 64 63
Binary 11000011 10100000 1000000 0 10010 1000011 11000 101100 110100 110011

Color Harmonies of #C3A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A040

Black with #C3A040

Text Example


Text Example

White with #C3A040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A040; }

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

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

background-color css

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

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

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

border-color css

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

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

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