Html Css Color HEX #C2963F Pizza

📋 copy color: '#C2963F'

red 194 ◦ green 150 ◦ blue 63

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

Shades of Pizza #C2963F

Tints of Pizza #C2963F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.86%

 BLUE value IS 63 (25% from 255) = 15.48%

R = 47.67%
G = 36.86%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2963F (or 0xC2963F) is known color: Pizza. HEX triplet: C2, 96 and 3F. RGB value is (194,150,63). Sum of RGB (Red+Green+Blue) = 194+150+63=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2963F is #3D69C0. Grayscale: #999999. Windows color (decimal): -4024769 or 4167362. OLE color: 4167362.

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

Color convert

RGB 194 150 63 -
CMYK 0 0.23 0.68 0.24
HSL 39.85º 0.52% 0.5% -
HSV(B) 39.85º 0.68% 0.76% -
XYZ 34.05 33.64 9.4 -
YUV 153.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 194 150 63 0 0.23 0.68 0.24 39.85 0.52 0.5
Hex C2 96 3F 0 17 44 18 28 34 32
Octal 302 226 77 0 27 104 30 50 64 62
Binary 11000010 10010110 111111 0 10111 1000100 11000 101000 110100 110010

Color Harmonies of #C2963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2963F

Black with #C2963F

Text Example


Text Example

White with #C2963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2963F; }

 p { color: rgb(194,150,63); }

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

background-color css

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

 a { background-color: rgb(194,150,63); }

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

border-color css

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

 span { border-color: rgb(194,150,63); }

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