Html Css Color HEX #C2983C Pizza

📋 copy color: '#C2983C'

red 194 ◦ green 152 ◦ blue 60

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

Shades of Pizza #C2983C

Tints of Pizza #C2983C

RGB

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

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

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

R = 47.78%
G = 37.44%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2983C (or 0xC2983C) is known color: Pizza. HEX triplet: C2, 98 and 3C. RGB value is (194,152,60). Sum of RGB (Red+Green+Blue) = 194+152+60=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2983C is #3D67C3. Grayscale: #9A9A9A. Windows color (decimal): -4024260 or 3971266. OLE color: 3971266.

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

Color convert

RGB 194 152 60 -
CMYK 0 0.22 0.69 0.24
HSL 41.19º 0.53% 0.5% -
HSV(B) 41.19º 0.69% 0.76% -
XYZ 34.29 34.25 9.08 -
YUV 154.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 194 152 60 0 0.22 0.69 0.24 41.19 0.53 0.5
Hex C2 98 3C 0 16 45 18 29 35 32
Octal 302 230 74 0 26 105 30 51 65 62
Binary 11000010 10011000 111100 0 10110 1000101 11000 101001 110101 110010

Color Harmonies of #C2983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2983C

Black with #C2983C

Text Example


Text Example

White with #C2983C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2983C; }

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

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

background-color css

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

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

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

border-color css

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

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

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