Html Css Color HEX #C28F36 Pizza

📋 copy color: '#C28F36'

red 194 ◦ green 143 ◦ blue 54

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

Shades of Pizza #C28F36

Tints of Pizza #C28F36

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.57%

 BLUE value IS 54 (21.48% from 255) = 13.81%

R = 49.62%
G = 36.57%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C28F36 (or 0xC28F36) is known color: Pizza. HEX triplet: C2, 8F and 36. RGB value is (194,143,54). Sum of RGB (Red+Green+Blue) = 194+143+54=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F36 is #3D70C9. Grayscale: #949494. Windows color (decimal): -4026570 or 3575746. OLE color: 3575746.

HSL color Cylindrical-coordinate representation of color #C28F36: hue angle of 38.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C28F36 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 143 54 -
CMYK 0 0.26 0.72 0.24
HSL 38.14º 0.56% 0.49% -
HSV(B) 38.14º 0.72% 0.76% -
XYZ 32.74 31.38 7.82 -
YUV 148.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 194 143 54 0 0.26 0.72 0.24 38.14 0.56 0.49
Hex C2 8F 36 0 1A 48 18 26 38 31
Octal 302 217 66 0 32 110 30 46 70 61
Binary 11000010 10001111 110110 0 11010 1001000 11000 100110 111000 110001

Color Harmonies of #C28F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F36

Black with #C28F36

Text Example


Text Example

White with #C28F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F36; }

 p { color: rgb(194,143,54); }

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

background-color css

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

 a { background-color: rgb(194,143,54); }

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

border-color css

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

 span { border-color: rgb(194,143,54); }

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