Html Css Color HEX #C28D3D Pizza

📋 copy color: '#C28D3D'

red 194 ◦ green 141 ◦ blue 61

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

Shades of Pizza #C28D3D

Tints of Pizza #C28D3D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

 BLUE value IS 61 (24.22% from 255) = 15.4%

R = 48.99%
G = 35.61%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C28D3D (or 0xC28D3D) is known color: Pizza. HEX triplet: C2, 8D and 3D. RGB value is (194,141,61). Sum of RGB (Red+Green+Blue) = 194+141+61=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28D3D is #3D72C2. Grayscale: #949494. Windows color (decimal): -4027075 or 4033986. OLE color: 4033986.

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

Color convert

RGB 194 141 61 -
CMYK 0 0.27 0.69 0.24
HSL 36.09º 0.52% 0.5% -
HSV(B) 36.09º 0.69% 0.76% -
XYZ 32.62 30.86 8.65 -
YUV 147.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 194 141 61 0 0.27 0.69 0.24 36.09 0.52 0.5
Hex C2 8D 3D 0 1B 45 18 24 34 32
Octal 302 215 75 0 33 105 30 44 64 62
Binary 11000010 10001101 111101 0 11011 1000101 11000 100100 110100 110010

Color Harmonies of #C28D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D3D

Black with #C28D3D

Text Example


Text Example

White with #C28D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D3D; }

 p { color: rgb(194,141,61); }

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

background-color css

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

 a { background-color: rgb(194,141,61); }

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

border-color css

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

 span { border-color: rgb(194,141,61); }

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