Html Css Color HEX #C2983E Pizza

📋 copy color: '#C2983E'

red 194 ◦ green 152 ◦ blue 62

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

Shades of Pizza #C2983E

Tints of Pizza #C2983E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.2%

R = 47.55%
G = 37.25%
B = 15.2%

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

#C2983E (or 0xC2983E) is known color: Pizza. HEX triplet: C2, 98 and 3E. RGB value is (194,152,62). Sum of RGB (Red+Green+Blue) = 194+152+62=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2983E is #3D67C1. Grayscale: #9A9A9A. Windows color (decimal): -4024258 or 4102338. OLE color: 4102338.

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

Color convert

RGB 194 152 62 -
CMYK 0 0.22 0.68 0.24
HSL 40.91º 0.52% 0.5% -
HSV(B) 40.91º 0.68% 0.76% -
XYZ 34.35 34.27 9.36 -
YUV 154.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 194 152 62 0 0.22 0.68 0.24 40.91 0.52 0.5
Hex C2 98 3E 0 16 44 18 29 34 32
Octal 302 230 76 0 26 104 30 51 64 62
Binary 11000010 10011000 111110 0 10110 1000100 11000 101001 110100 110010

Color Harmonies of #C2983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2983E

Black with #C2983E

Text Example


Text Example

White with #C2983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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