Html Css Color HEX #C09E40 Roti

📋 copy color: '#C09E40'

red 192 ◦ green 158 ◦ blue 64

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

Shades of Roti #C09E40

Tints of Roti #C09E40

RGB

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

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

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

R = 46.38%
G = 38.16%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C09E40 (or 0xC09E40) is known color: Roti. HEX triplet: C0, 9E and 40. RGB value is (192,158,64). Sum of RGB (Red+Green+Blue) = 192+158+64=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09E40 is #3F61BF. Grayscale: #9D9D9D. Windows color (decimal): -4153792 or 4234944. OLE color: 4234944.

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

Color convert

RGB 192 158 64 -
CMYK 0 0.18 0.67 0.25
HSL 44.06º 0.5% 0.5% -
HSV(B) 44.06º 0.67% 0.75% -
XYZ 34.89 36.03 9.97 -
YUV 157.45 75.26 152.64 -
System Red Green Blue C M Y K H S L
Decimal 192 158 64 0 0.18 0.67 0.25 44.06 0.5 0.5
Hex C0 9E 40 0 12 43 19 2C 32 32
Octal 300 236 100 0 22 103 31 54 62 62
Binary 11000000 10011110 1000000 0 10010 1000011 11001 101100 110010 110010

Color Harmonies of #C09E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E40

Black with #C09E40

Text Example


Text Example

White with #C09E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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