Html Css Color HEX #C18C3F Pizza

📋 copy color: '#C18C3F'

red 193 ◦ green 140 ◦ blue 63

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

Shades of Pizza #C18C3F

Tints of Pizza #C18C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.91%

R = 48.74%
G = 35.35%
B = 15.91%

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

#C18C3F (or 0xC18C3F) is known color: Pizza. HEX triplet: C1, 8C and 3F. RGB value is (193,140,63). Sum of RGB (Red+Green+Blue) = 193+140+63=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C3F is #3E73C0. Grayscale: #939393. Windows color (decimal): -4092865 or 4164801. OLE color: 4164801.

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

Color convert

RGB 193 140 63 -
CMYK 0 0.27 0.67 0.24
HSL 35.54º 0.51% 0.5% -
HSV(B) 35.54º 0.67% 0.76% -
XYZ 32.27 30.45 8.88 -
YUV 147.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 193 140 63 0 0.27 0.67 0.24 35.54 0.51 0.5
Hex C1 8C 3F 0 1B 43 18 24 33 32
Octal 301 214 77 0 33 103 30 44 63 62
Binary 11000001 10001100 111111 0 11011 1000011 11000 100100 110011 110010

Color Harmonies of #C18C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C3F

Black with #C18C3F

Text Example


Text Example

White with #C18C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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