Html Css Color HEX #C0A038 Roti

📋 copy color: '#C0A038'

red 192 ◦ green 160 ◦ blue 56

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

Shades of Roti #C0A038

Tints of Roti #C0A038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.73%

R = 47.06%
G = 39.22%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0A038 (or 0xC0A038) is known color: Roti. HEX triplet: C0, A0 and 38. RGB value is (192,160,56). Sum of RGB (Red+Green+Blue) = 192+160+56=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A038 is #3F5FC7. Grayscale: #9E9E9E. Windows color (decimal): -4153288 or 3711168. OLE color: 3711168.

HSL color Cylindrical-coordinate representation of color #C0A038: hue angle of 45.88º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0A038 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 160 56 -
CMYK 0 0.17 0.71 0.25
HSL 45.88º 0.55% 0.49% -
HSV(B) 45.88º 0.71% 0.75% -
XYZ 35.02 36.63 8.97 -
YUV 157.71 70.6 152.46 -
System Red Green Blue C M Y K H S L
Decimal 192 160 56 0 0.17 0.71 0.25 45.88 0.55 0.49
Hex C0 A0 38 0 11 47 19 2E 37 31
Octal 300 240 70 0 21 107 31 56 67 61
Binary 11000000 10100000 111000 0 10001 1000111 11001 101110 110111 110001

Color Harmonies of #C0A038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A038

Black with #C0A038

Text Example


Text Example

White with #C0A038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A038; }

 p { color: rgb(192,160,56); }

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

background-color css

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

 a { background-color: rgb(192,160,56); }

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

border-color css

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

 span { border-color: rgb(192,160,56); }

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