Html Css Color HEX #C09641 Roti

📋 copy color: '#C09641'

red 192 ◦ green 150 ◦ blue 65

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

Shades of Roti #C09641

Tints of Roti #C09641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.86%

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

R = 47.17%
G = 36.86%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C09641 (or 0xC09641) is known color: Roti. HEX triplet: C0, 96 and 41. RGB value is (192,150,65). Sum of RGB (Red+Green+Blue) = 192+150+65=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C09641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09641 is #3F69BE. Grayscale: #999999. Windows color (decimal): -4155839 or 4298432. OLE color: 4298432.

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

Color convert

RGB 192 150 65 -
CMYK 0 0.22 0.66 0.25
HSL 40.16º 0.5% 0.5% -
HSV(B) 40.16º 0.66% 0.75% -
XYZ 33.6 33.4 9.68 -
YUV 152.87 78.41 155.91 -
System Red Green Blue C M Y K H S L
Decimal 192 150 65 0 0.22 0.66 0.25 40.16 0.5 0.5
Hex C0 96 41 0 16 42 19 28 32 32
Octal 300 226 101 0 26 102 31 50 62 62
Binary 11000000 10010110 1000001 0 10110 1000010 11001 101000 110010 110010

Color Harmonies of #C09641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09641

Black with #C09641

Text Example


Text Example

White with #C09641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09641; }

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

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

background-color css

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

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

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

border-color css

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

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

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