Html Css Color HEX #C09642 Roti

📋 copy color: '#C09642'

red 192 ◦ green 150 ◦ blue 66

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

Shades of Roti #C09642

Tints of Roti #C09642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.18%

R = 47.06%
G = 36.76%
B = 16.18%

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

#C09642 (or 0xC09642) is known color: Roti. HEX triplet: C0, 96 and 42. RGB value is (192,150,66). Sum of RGB (Red+Green+Blue) = 192+150+66=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C09642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09642 is #3F69BD. Grayscale: #999999. Windows color (decimal): -4155838 or 4363968. OLE color: 4363968.

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

Color convert

RGB 192 150 66 -
CMYK 0 0.22 0.66 0.25
HSL 40º 0.5% 0.51% -
HSV(B) 40º 0.66% 0.75% -
XYZ 33.63 33.41 9.83 -
YUV 152.98 78.91 155.83 -
System Red Green Blue C M Y K H S L
Decimal 192 150 66 0 0.22 0.66 0.25 40 0.5 0.51
Hex C0 96 42 0 16 42 19 28 32 33
Octal 300 226 102 0 26 102 31 50 62 63
Binary 11000000 10010110 1000010 0 10110 1000010 11001 101000 110010 110011

Color Harmonies of #C09642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09642

Black with #C09642

Text Example


Text Example

White with #C09642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09642; }

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

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

background-color css

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

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

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

border-color css

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

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

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