Html Css Color HEX #C09A40 Roti

📋 copy color: '#C09A40'

red 192 ◦ green 154 ◦ blue 64

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

Shades of Roti #C09A40

Tints of Roti #C09A40

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.56%

 BLUE value IS 64 (25.39% from 255) = 15.61%

R = 46.83%
G = 37.56%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C09A40 (or 0xC09A40) is known color: Roti. HEX triplet: C0, 9A and 40. RGB value is (192,154,64). Sum of RGB (Red+Green+Blue) = 192+154+64=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A40 is #3F65BF. Grayscale: #9B9B9B. Windows color (decimal): -4154816 or 4233920. OLE color: 4233920.

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

Color convert

RGB 192 154 64 -
CMYK 0 0.20 0.67 0.25
HSL 42.19º 0.5% 0.5% -
HSV(B) 42.19º 0.67% 0.75% -
XYZ 34.22 34.69 9.74 -
YUV 155.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 192 154 64 0 0.20 0.67 0.25 42.19 0.5 0.5
Hex C0 9A 40 0 14 43 19 2A 32 32
Octal 300 232 100 0 24 103 31 52 62 62
Binary 11000000 10011010 1000000 0 10100 1000011 11001 101010 110010 110010

Color Harmonies of #C09A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A40

Black with #C09A40

Text Example


Text Example

White with #C09A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A40; }

 p { color: rgb(192,154,64); }

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

background-color css

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

 a { background-color: rgb(192,154,64); }

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

border-color css

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

 span { border-color: rgb(192,154,64); }

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