Html Css Color HEX #C09138 Pizza

📋 copy color: '#C09138'

red 192 ◦ green 145 ◦ blue 56

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

Shades of Pizza #C09138

Tints of Pizza #C09138

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

 BLUE value IS 56 (22.27% from 255) = 14.25%

R = 48.85%
G = 36.9%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C09138 (or 0xC09138) is known color: Pizza. HEX triplet: C0, 91 and 38. RGB value is (192,145,56). Sum of RGB (Red+Green+Blue) = 192+145+56=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C09138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09138 is #3F6EC7. Grayscale: #959595. Windows color (decimal): -4157128 or 3707328. OLE color: 3707328.

HSL color Cylindrical-coordinate representation of color #C09138: hue angle of 39.26º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C09138 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 145 56 -
CMYK 0 0.24 0.71 0.25
HSL 39.26º 0.55% 0.49% -
HSV(B) 39.26º 0.71% 0.75% -
XYZ 32.58 31.74 8.15 -
YUV 148.91 75.57 158.74 -
System Red Green Blue C M Y K H S L
Decimal 192 145 56 0 0.24 0.71 0.25 39.26 0.55 0.49
Hex C0 91 38 0 18 47 19 27 37 31
Octal 300 221 70 0 30 107 31 47 67 61
Binary 11000000 10010001 111000 0 11000 1000111 11001 100111 110111 110001

Color Harmonies of #C09138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09138

Black with #C09138

Text Example


Text Example

White with #C09138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09138; }

 p { color: rgb(192,145,56); }

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

background-color css

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

 a { background-color: rgb(192,145,56); }

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

border-color css

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

 span { border-color: rgb(192,145,56); }

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