Html Css Color HEX #C09F38 Roti

📋 copy color: '#C09F38'

red 192 ◦ green 159 ◦ blue 56

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

Shades of Roti #C09F38

Tints of Roti #C09F38

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.07%

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

R = 47.17%
G = 39.07%
B = 13.76%

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

#C09F38 (or 0xC09F38) is known color: Roti. HEX triplet: C0, 9F and 38. RGB value is (192,159,56). Sum of RGB (Red+Green+Blue) = 192+159+56=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09F38 is #3F60C7. Grayscale: #9D9D9D. Windows color (decimal): -4153544 or 3710912. OLE color: 3710912.

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

Color convert

RGB 192 159 56 -
CMYK 0 0.17 0.71 0.25
HSL 45.44º 0.55% 0.49% -
HSV(B) 45.44º 0.71% 0.75% -
XYZ 34.85 36.29 8.91 -
YUV 157.13 70.93 152.88 -
System Red Green Blue C M Y K H S L
Decimal 192 159 56 0 0.17 0.71 0.25 45.44 0.55 0.49
Hex C0 9F 38 0 11 47 19 2D 37 31
Octal 300 237 70 0 21 107 31 55 67 61
Binary 11000000 10011111 111000 0 10001 1000111 11001 101101 110111 110001

Color Harmonies of #C09F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F38

Black with #C09F38

Text Example


Text Example

White with #C09F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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