Html Css Color HEX #C09C40 Roti

📋 copy color: '#C09C40'

red 192 ◦ green 156 ◦ blue 64

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

Shades of Roti #C09C40

Tints of Roti #C09C40

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.86%

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

R = 46.6%
G = 37.86%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C09C40 (or 0xC09C40) is known color: Roti. HEX triplet: C0, 9C and 40. RGB value is (192,156,64). Sum of RGB (Red+Green+Blue) = 192+156+64=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C40 is #3F63BF. Grayscale: #9C9C9C. Windows color (decimal): -4154304 or 4234432. OLE color: 4234432.

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

Color convert

RGB 192 156 64 -
CMYK 0 0.19 0.67 0.25
HSL 43.13º 0.5% 0.5% -
HSV(B) 43.13º 0.67% 0.75% -
XYZ 34.55 35.35 9.85 -
YUV 156.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 192 156 64 0 0.19 0.67 0.25 43.13 0.5 0.5
Hex C0 9C 40 0 13 43 19 2B 32 32
Octal 300 234 100 0 23 103 31 53 62 62
Binary 11000000 10011100 1000000 0 10011 1000011 11001 101011 110010 110010

Color Harmonies of #C09C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C40

Black with #C09C40

Text Example


Text Example

White with #C09C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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