Html Css Color HEX #C09242 Pizza

📋 copy color: '#C09242'

red 192 ◦ green 146 ◦ blue 66

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

Shades of Pizza #C09242

Tints of Pizza #C09242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.14%

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

R = 47.52%
G = 36.14%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C09242 (or 0xC09242) is known color: Pizza. HEX triplet: C0, 92 and 42. RGB value is (192,146,66). Sum of RGB (Red+Green+Blue) = 192+146+66=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C09242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09242 is #3F6DBD. Grayscale: #979797. Windows color (decimal): -4156862 or 4362944. OLE color: 4362944.

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

Color convert

RGB 192 146 66 -
CMYK 0 0.24 0.66 0.25
HSL 38.1º 0.5% 0.51% -
HSV(B) 38.1º 0.66% 0.75% -
XYZ 33 32.16 9.62 -
YUV 150.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 192 146 66 0 0.24 0.66 0.25 38.1 0.5 0.51
Hex C0 92 42 0 18 42 19 26 32 33
Octal 300 222 102 0 30 102 31 46 62 63
Binary 11000000 10010010 1000010 0 11000 1000010 11001 100110 110010 110011

Color Harmonies of #C09242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09242

Black with #C09242

Text Example


Text Example

White with #C09242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09242; }

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

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

background-color css

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

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

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

border-color css

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

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

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