Html Css Color HEX #C2983F Pizza

📋 copy color: '#C2983F'

red 194 ◦ green 152 ◦ blue 63

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

Shades of Pizza #C2983F

Tints of Pizza #C2983F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.16%

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

R = 47.43%
G = 37.16%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2983F (or 0xC2983F) is known color: Pizza. HEX triplet: C2, 98 and 3F. RGB value is (194,152,63). Sum of RGB (Red+Green+Blue) = 194+152+63=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2983F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2983F is #3D67C0. Grayscale: #9A9A9A. Windows color (decimal): -4024257 or 4167874. OLE color: 4167874.

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

Color convert

RGB 194 152 63 -
CMYK 0 0.22 0.68 0.24
HSL 40.76º 0.52% 0.5% -
HSV(B) 40.76º 0.68% 0.76% -
XYZ 34.37 34.28 9.51 -
YUV 154.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 194 152 63 0 0.22 0.68 0.24 40.76 0.52 0.5
Hex C2 98 3F 0 16 44 18 29 34 32
Octal 302 230 77 0 26 104 30 51 64 62
Binary 11000010 10011000 111111 0 10110 1000100 11000 101001 110100 110010

Color Harmonies of #C2983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2983F

Black with #C2983F

Text Example


Text Example

White with #C2983F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2983F; }

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

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

background-color css

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

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

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

border-color css

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

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

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