Html Css Color HEX #C29237 Pizza

📋 copy color: '#C29237'

red 194 ◦ green 146 ◦ blue 55

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

Shades of Pizza #C29237

Tints of Pizza #C29237

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.96%

 BLUE value IS 55 (21.88% from 255) = 13.92%

R = 49.11%
G = 36.96%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C29237 (or 0xC29237) is known color: Pizza. HEX triplet: C2, 92 and 37. RGB value is (194,146,55). Sum of RGB (Red+Green+Blue) = 194+146+55=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C29237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29237 is #3D6DC8. Grayscale: #969696. Windows color (decimal): -4025801 or 3642050. OLE color: 3642050.

HSL color Cylindrical-coordinate representation of color #C29237: hue angle of 39.28º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C29237 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 146 55 -
CMYK 0 0.25 0.72 0.24
HSL 39.28º 0.56% 0.49% -
HSV(B) 39.28º 0.72% 0.76% -
XYZ 33.22 32.3 8.1 -
YUV 149.98 74.4 159.4 -
System Red Green Blue C M Y K H S L
Decimal 194 146 55 0 0.25 0.72 0.24 39.28 0.56 0.49
Hex C2 92 37 0 19 48 18 27 38 31
Octal 302 222 67 0 31 110 30 47 70 61
Binary 11000010 10010010 110111 0 11001 1001000 11000 100111 111000 110001

Color Harmonies of #C29237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29237

Black with #C29237

Text Example


Text Example

White with #C29237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29237; }

 p { color: rgb(194,146,55); }

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

background-color css

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

 a { background-color: rgb(194,146,55); }

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

border-color css

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

 span { border-color: rgb(194,146,55); }

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