Html Css Color HEX #C09741 Roti

📋 copy color: '#C09741'

red 192 ◦ green 151 ◦ blue 65

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

Shades of Roti #C09741

Tints of Roti #C09741

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.01%

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

R = 47.06%
G = 37.01%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C09741 (or 0xC09741) is known color: Roti. HEX triplet: C0, 97 and 41. RGB value is (192,151,65). Sum of RGB (Red+Green+Blue) = 192+151+65=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C09741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09741 is #3F68BE. Grayscale: #999999. Windows color (decimal): -4155583 or 4298688. OLE color: 4298688.

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

Color convert

RGB 192 151 65 -
CMYK 0 0.21 0.66 0.25
HSL 40.63º 0.5% 0.5% -
HSV(B) 40.63º 0.66% 0.75% -
XYZ 33.76 33.72 9.73 -
YUV 153.46 78.08 155.49 -
System Red Green Blue C M Y K H S L
Decimal 192 151 65 0 0.21 0.66 0.25 40.63 0.5 0.5
Hex C0 97 41 0 15 42 19 29 32 32
Octal 300 227 101 0 25 102 31 51 62 62
Binary 11000000 10010111 1000001 0 10101 1000010 11001 101001 110010 110010

Color Harmonies of #C09741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09741

Black with #C09741

Text Example


Text Example

White with #C09741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09741; }

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

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

background-color css

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

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

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

border-color css

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

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

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