Html Css Color HEX #C09D41 Roti

📋 copy color: '#C09D41'

red 192 ◦ green 157 ◦ blue 65

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

Shades of Roti #C09D41

Tints of Roti #C09D41

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.92%

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

R = 46.38%
G = 37.92%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C09D41 (or 0xC09D41) is known color: Roti. HEX triplet: C0, 9D and 41. RGB value is (192,157,65). Sum of RGB (Red+Green+Blue) = 192+157+65=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D41 is #3F62BE. Grayscale: #9D9D9D. Windows color (decimal): -4154047 or 4300224. OLE color: 4300224.

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

Color convert

RGB 192 157 65 -
CMYK 0 0.18 0.66 0.25
HSL 43.46º 0.5% 0.5% -
HSV(B) 43.46º 0.66% 0.75% -
XYZ 34.75 35.7 10.06 -
YUV 156.98 76.1 152.98 -
System Red Green Blue C M Y K H S L
Decimal 192 157 65 0 0.18 0.66 0.25 43.46 0.5 0.5
Hex C0 9D 41 0 12 42 19 2B 32 32
Octal 300 235 101 0 22 102 31 53 62 62
Binary 11000000 10011101 1000001 0 10010 1000010 11001 101011 110010 110010

Color Harmonies of #C09D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09D41

Black with #C09D41

Text Example


Text Example

White with #C09D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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