Html Css Color HEX #C09941 Roti

📋 copy color: '#C09941'

red 192 ◦ green 153 ◦ blue 65

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

Shades of Roti #C09941

Tints of Roti #C09941

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.32%

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 46.83%
G = 37.32%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C09941 (or 0xC09941) is known color: Roti. HEX triplet: C0, 99 and 41. RGB value is (192,153,65). Sum of RGB (Red+Green+Blue) = 192+153+65=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C09941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09941 is #3F66BE. Grayscale: #9B9B9B. Windows color (decimal): -4155071 or 4299200. OLE color: 4299200.

HSL color Cylindrical-coordinate representation of color #C09941: hue angle of 41.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C09941 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 65 -
CMYK 0 0.20 0.66 0.25
HSL 41.57º 0.5% 0.5% -
HSV(B) 41.57º 0.66% 0.75% -
XYZ 34.08 34.37 9.84 -
YUV 154.63 77.42 154.66 -
System Red Green Blue C M Y K H S L
Decimal 192 153 65 0 0.20 0.66 0.25 41.57 0.5 0.5
Hex C0 99 41 0 14 42 19 2A 32 32
Octal 300 231 101 0 24 102 31 52 62 62
Binary 11000000 10011001 1000001 0 10100 1000010 11001 101010 110010 110010

Color Harmonies of #C09941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09941

Black with #C09941

Text Example


Text Example

White with #C09941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09941; }

 p { color: rgb(192,153,65); }

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

background-color css

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

 a { background-color: rgb(192,153,65); }

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

border-color css

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

 span { border-color: rgb(192,153,65); }

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