Html Css Color HEX #C0A140 Roti

📋 copy color: '#C0A140'

red 192 ◦ green 161 ◦ blue 64

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

Shades of Roti #C0A140

Tints of Roti #C0A140

RGB

 RED value IS 192 (75.39% from 255) = 46.04%

 GREEN value IS 161 (63.28% from 255) = 38.61%

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

R = 46.04%
G = 38.61%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0A140 (or 0xC0A140) is known color: Roti. HEX triplet: C0, A1 and 40. RGB value is (192,161,64). Sum of RGB (Red+Green+Blue) = 192+161+64=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A140 is #3F5EBF. Grayscale: #9F9F9F. Windows color (decimal): -4153024 or 4235712. OLE color: 4235712.

HSL color Cylindrical-coordinate representation of color #C0A140: hue angle of 45.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0A140 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 161 64 -
CMYK 0 0.16 0.67 0.25
HSL 45.47º 0.5% 0.5% -
HSV(B) 45.47º 0.67% 0.75% -
XYZ 35.41 37.07 10.14 -
YUV 159.21 74.27 151.39 -
System Red Green Blue C M Y K H S L
Decimal 192 161 64 0 0.16 0.67 0.25 45.47 0.5 0.5
Hex C0 A1 40 0 10 43 19 2D 32 32
Octal 300 241 100 0 20 103 31 55 62 62
Binary 11000000 10100001 1000000 0 10000 1000011 11001 101101 110010 110010

Color Harmonies of #C0A140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A140

Black with #C0A140

Text Example


Text Example

White with #C0A140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A140; }

 p { color: rgb(192,161,64); }

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

background-color css

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

 a { background-color: rgb(192,161,64); }

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

border-color css

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

 span { border-color: rgb(192,161,64); }

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