Html Css Color HEX #C09E3A Roti

📋 copy color: '#C09E3A'

red 192 ◦ green 158 ◦ blue 58

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

Shades of Roti #C09E3A

Tints of Roti #C09E3A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.73%

 BLUE value IS 58 (23.05% from 255) = 14.22%

R = 47.06%
G = 38.73%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C09E3A (or 0xC09E3A) is known color: Roti. HEX triplet: C0, 9E and 3A. RGB value is (192,158,58). Sum of RGB (Red+Green+Blue) = 192+158+58=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09E3A is #3F61C5. Grayscale: #9D9D9D. Windows color (decimal): -4153798 or 3841728. OLE color: 3841728.

HSL color Cylindrical-coordinate representation of color #C09E3A: hue angle of 44.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C09E3A is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 158 58 -
CMYK 0 0.18 0.70 0.25
HSL 44.78º 0.54% 0.49% -
HSV(B) 44.78º 0.7% 0.75% -
XYZ 34.73 35.97 9.11 -
YUV 156.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 192 158 58 0 0.18 0.70 0.25 44.78 0.54 0.49
Hex C0 9E 3A 0 12 46 19 2D 36 31
Octal 300 236 72 0 22 106 31 55 66 61
Binary 11000000 10011110 111010 0 10010 1000110 11001 101101 110110 110001

Color Harmonies of #C09E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E3A

Black with #C09E3A

Text Example


Text Example

White with #C09E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E3A; }

 p { color: rgb(192,158,58); }

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

background-color css

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

 a { background-color: rgb(192,158,58); }

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

border-color css

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

 span { border-color: rgb(192,158,58); }

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