Html Css Color HEX #C28C35 Pizza

📋 copy color: '#C28C35'

red 194 ◦ green 140 ◦ blue 53

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

Shades of Pizza #C28C35

Tints of Pizza #C28C35

RGB

 RED value IS 194 (76.17% from 255) = 50.13%

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

 BLUE value IS 53 (21.09% from 255) = 13.7%

R = 50.13%
G = 36.18%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C28C35 (or 0xC28C35) is known color: Pizza. HEX triplet: C2, 8C and 35. RGB value is (194,140,53). Sum of RGB (Red+Green+Blue) = 194+140+53=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C35 is #3D73CA. Grayscale: #929292. Windows color (decimal): -4027339 or 3509442. OLE color: 3509442.

HSL color Cylindrical-coordinate representation of color #C28C35: hue angle of 37.02º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C28C35 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 140 53 -
CMYK 0 0.28 0.73 0.24
HSL 37.02º 0.57% 0.48% -
HSV(B) 37.02º 0.73% 0.76% -
XYZ 32.27 30.48 7.55 -
YUV 146.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 194 140 53 0 0.28 0.73 0.24 37.02 0.57 0.48
Hex C2 8C 35 0 1C 49 18 25 39 30
Octal 302 214 65 0 34 111 30 45 71 60
Binary 11000010 10001100 110101 0 11100 1001001 11000 100101 111001 110000

Color Harmonies of #C28C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C35

Black with #C28C35

Text Example


Text Example

White with #C28C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C35; }

 p { color: rgb(194,140,53); }

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

background-color css

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

 a { background-color: rgb(194,140,53); }

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

border-color css

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

 span { border-color: rgb(194,140,53); }

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