Html Css Color HEX #C09542 Pizza

📋 copy color: '#C09542'

red 192 ◦ green 149 ◦ blue 66

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

Shades of Pizza #C09542

Tints of Pizza #C09542

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

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

R = 47.17%
G = 36.61%
B = 16.22%

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

#C09542 (or 0xC09542) is known color: Pizza. HEX triplet: C0, 95 and 42. RGB value is (192,149,66). Sum of RGB (Red+Green+Blue) = 192+149+66=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C09542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09542 is #3F6ABD. Grayscale: #989898. Windows color (decimal): -4156094 or 4363712. OLE color: 4363712.

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

Color convert

RGB 192 149 66 -
CMYK 0 0.22 0.66 0.25
HSL 39.52º 0.5% 0.51% -
HSV(B) 39.52º 0.66% 0.75% -
XYZ 33.47 33.09 9.78 -
YUV 152.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 192 149 66 0 0.22 0.66 0.25 39.52 0.5 0.51
Hex C0 95 42 0 16 42 19 28 32 33
Octal 300 225 102 0 26 102 31 50 62 63
Binary 11000000 10010101 1000010 0 10110 1000010 11001 101000 110010 110011

Color Harmonies of #C09542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09542

Black with #C09542

Text Example


Text Example

White with #C09542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09542; }

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

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

background-color css

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

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

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

border-color css

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

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

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