Html Css Color HEX #C1943C Pizza

📋 copy color: '#C1943C'

red 193 ◦ green 148 ◦ blue 60

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

Shades of Pizza #C1943C

Tints of Pizza #C1943C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.96%

R = 48.13%
G = 36.91%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1943C (or 0xC1943C) is known color: Pizza. HEX triplet: C1, 94 and 3C. RGB value is (193,148,60). Sum of RGB (Red+Green+Blue) = 193+148+60=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1943C is #3E6BC3. Grayscale: #979797. Windows color (decimal): -4090820 or 3970241. OLE color: 3970241.

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

Color convert

RGB 193 148 60 -
CMYK 0 0.23 0.69 0.24
HSL 39.7º 0.53% 0.5% -
HSV(B) 39.7º 0.69% 0.76% -
XYZ 33.4 32.84 8.85 -
YUV 151.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 193 148 60 0 0.23 0.69 0.24 39.7 0.53 0.5
Hex C1 94 3C 0 17 45 18 28 35 32
Octal 301 224 74 0 27 105 30 50 65 62
Binary 11000001 10010100 111100 0 10111 1000101 11000 101000 110101 110010

Color Harmonies of #C1943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1943C

Black with #C1943C

Text Example


Text Example

White with #C1943C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1943C; }

 p { color: rgb(193,148,60); }

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

background-color css

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

 a { background-color: rgb(193,148,60); }

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

border-color css

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

 span { border-color: rgb(193,148,60); }

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