Html Css Color HEX #C28A3C Pizza

📋 copy color: '#C28A3C'

red 194 ◦ green 138 ◦ blue 60

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

Shades of Pizza #C28A3C

Tints of Pizza #C28A3C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.2%

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

R = 49.49%
G = 35.2%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C28A3C (or 0xC28A3C) is known color: Pizza. HEX triplet: C2, 8A and 3C. RGB value is (194,138,60). Sum of RGB (Red+Green+Blue) = 194+138+60=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A3C is #3D75C3. Grayscale: #929292. Windows color (decimal): -4027844 or 3967682. OLE color: 3967682.

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

Color convert

RGB 194 138 60 -
CMYK 0 0.29 0.69 0.24
HSL 34.93º 0.53% 0.5% -
HSV(B) 34.93º 0.69% 0.76% -
XYZ 32.15 29.97 8.37 -
YUV 145.85 79.55 162.34 -
System Red Green Blue C M Y K H S L
Decimal 194 138 60 0 0.29 0.69 0.24 34.93 0.53 0.5
Hex C2 8A 3C 0 1D 45 18 23 35 32
Octal 302 212 74 0 35 105 30 43 65 62
Binary 11000010 10001010 111100 0 11101 1000101 11000 100011 110101 110010

Color Harmonies of #C28A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A3C

Black with #C28A3C

Text Example


Text Example

White with #C28A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A3C; }

 p { color: rgb(194,138,60); }

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

background-color css

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

 a { background-color: rgb(194,138,60); }

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

border-color css

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

 span { border-color: rgb(194,138,60); }

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