Html Css Color HEX #C09C41 Roti

📋 copy color: '#C09C41'

red 192 ◦ green 156 ◦ blue 65

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

Shades of Roti #C09C41

Tints of Roti #C09C41

RGB

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

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

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

R = 46.49%
G = 37.77%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C09C41 (or 0xC09C41) is known color: Roti. HEX triplet: C0, 9C and 41. RGB value is (192,156,65). Sum of RGB (Red+Green+Blue) = 192+156+65=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C41 is #3F63BE. Grayscale: #9C9C9C. Windows color (decimal): -4154303 or 4299968. OLE color: 4299968.

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

Color convert

RGB 192 156 65 -
CMYK 0 0.19 0.66 0.25
HSL 42.99º 0.5% 0.5% -
HSV(B) 42.99º 0.66% 0.75% -
XYZ 34.58 35.37 10 -
YUV 156.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 192 156 65 0 0.19 0.66 0.25 42.99 0.5 0.5
Hex C0 9C 41 0 13 42 19 2B 32 32
Octal 300 234 101 0 23 102 31 53 62 62
Binary 11000000 10011100 1000001 0 10011 1000010 11001 101011 110010 110010

Color Harmonies of #C09C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C41

Black with #C09C41

Text Example


Text Example

White with #C09C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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