Html Css Color HEX #C09E38 Roti

📋 copy color: '#C09E38'

red 192 ◦ green 158 ◦ blue 56

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

Shades of Roti #C09E38

Tints of Roti #C09E38

RGB

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

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

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

R = 47.29%
G = 38.92%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C09E38 (or 0xC09E38) is known color: Roti. HEX triplet: C0, 9E and 38. RGB value is (192,158,56). Sum of RGB (Red+Green+Blue) = 192+158+56=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09E38 is #3F61C7. Grayscale: #9C9C9C. Windows color (decimal): -4153800 or 3710656. OLE color: 3710656.

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

Color convert

RGB 192 158 56 -
CMYK 0 0.18 0.71 0.25
HSL 45º 0.55% 0.49% -
HSV(B) 45º 0.71% 0.75% -
XYZ 34.68 35.95 8.85 -
YUV 156.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 192 158 56 0 0.18 0.71 0.25 45 0.55 0.49
Hex C0 9E 38 0 12 47 19 2D 37 31
Octal 300 236 70 0 22 107 31 55 67 61
Binary 11000000 10011110 111000 0 10010 1000111 11001 101101 110111 110001

Color Harmonies of #C09E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E38

Black with #C09E38

Text Example


Text Example

White with #C09E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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