Html Css Color HEX #C29438 Pizza

📋 copy color: '#C29438'

red 194 ◦ green 148 ◦ blue 56

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

Shades of Pizza #C29438

Tints of Pizza #C29438

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.19%

 BLUE value IS 56 (22.27% from 255) = 14.07%

R = 48.74%
G = 37.19%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C29438 (or 0xC29438) is known color: Pizza. HEX triplet: C2, 94 and 38. RGB value is (194,148,56). Sum of RGB (Red+Green+Blue) = 194+148+56=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C29438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29438 is #3D6BC7. Grayscale: #979797. Windows color (decimal): -4025288 or 3708098. OLE color: 3708098.

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

Color convert

RGB 194 148 56 -
CMYK 0 0.24 0.71 0.24
HSL 40º 0.55% 0.49% -
HSV(B) 40º 0.71% 0.76% -
XYZ 33.55 32.93 8.33 -
YUV 151.27 74.24 158.48 -
System Red Green Blue C M Y K H S L
Decimal 194 148 56 0 0.24 0.71 0.24 40 0.55 0.49
Hex C2 94 38 0 18 47 18 28 37 31
Octal 302 224 70 0 30 107 30 50 67 61
Binary 11000010 10010100 111000 0 11000 1000111 11000 101000 110111 110001

Color Harmonies of #C29438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29438

Black with #C29438

Text Example


Text Example

White with #C29438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29438; }

 p { color: rgb(194,148,56); }

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

background-color css

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

 a { background-color: rgb(194,148,56); }

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

border-color css

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

 span { border-color: rgb(194,148,56); }

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