Html Css Color HEX #C09440 Pizza

📋 copy color: '#C09440'

red 192 ◦ green 148 ◦ blue 64

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

Shades of Pizza #C09440

Tints of Pizza #C09440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

 BLUE value IS 64 (25.39% from 255) = 15.84%

R = 47.52%
G = 36.63%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C09440 (or 0xC09440) is known color: Pizza. HEX triplet: C0, 94 and 40. RGB value is (192,148,64). Sum of RGB (Red+Green+Blue) = 192+148+64=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C09440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09440 is #3F6BBF. Grayscale: #979797. Windows color (decimal): -4156352 or 4232384. OLE color: 4232384.

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

Color convert

RGB 192 148 64 -
CMYK 0 0.23 0.67 0.25
HSL 39.38º 0.5% 0.5% -
HSV(B) 39.38º 0.67% 0.75% -
XYZ 33.25 32.76 9.42 -
YUV 151.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 192 148 64 0 0.23 0.67 0.25 39.38 0.5 0.5
Hex C0 94 40 0 17 43 19 27 32 32
Octal 300 224 100 0 27 103 31 47 62 62
Binary 11000000 10010100 1000000 0 10111 1000011 11001 100111 110010 110010

Color Harmonies of #C09440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09440

Black with #C09440

Text Example


Text Example

White with #C09440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09440; }

 p { color: rgb(192,148,64); }

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

background-color css

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

 a { background-color: rgb(192,148,64); }

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

border-color css

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

 span { border-color: rgb(192,148,64); }

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