Html Css Color HEX #C18C40 Pizza

📋 copy color: '#C18C40'

red 193 ◦ green 140 ◦ blue 64

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

Shades of Pizza #C18C40

Tints of Pizza #C18C40

RGB

 RED value IS 193 (75.78% from 255) = 48.61%

 GREEN value IS 140 (55.08% from 255) = 35.26%

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

R = 48.61%
G = 35.26%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C18C40 (or 0xC18C40) is known color: Pizza. HEX triplet: C1, 8C and 40. RGB value is (193,140,64). Sum of RGB (Red+Green+Blue) = 193+140+64=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C40 is #3E73BF. Grayscale: #939393. Windows color (decimal): -4092864 or 4230337. OLE color: 4230337.

HSL color Cylindrical-coordinate representation of color #C18C40: hue angle of 35.35º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C18C40 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 140 64 -
CMYK 0 0.27 0.67 0.24
HSL 35.35º 0.51% 0.5% -
HSV(B) 35.35º 0.67% 0.76% -
XYZ 32.3 30.46 9.03 -
YUV 147.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 193 140 64 0 0.27 0.67 0.24 35.35 0.51 0.5
Hex C1 8C 40 0 1B 43 18 23 33 32
Octal 301 214 100 0 33 103 30 43 63 62
Binary 11000001 10001100 1000000 0 11011 1000011 11000 100011 110011 110010

Color Harmonies of #C18C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C40

Black with #C18C40

Text Example


Text Example

White with #C18C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C40; }

 p { color: rgb(193,140,64); }

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

background-color css

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

 a { background-color: rgb(193,140,64); }

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

border-color css

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

 span { border-color: rgb(193,140,64); }

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