Html Css Color HEX #C29038 Pizza

📋 copy color: '#C29038'

red 194 ◦ green 144 ◦ blue 56

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

Shades of Pizza #C29038

Tints of Pizza #C29038

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.55%

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

R = 49.24%
G = 36.55%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C29038 (or 0xC29038) is known color: Pizza. HEX triplet: C2, 90 and 38. RGB value is (194,144,56). Sum of RGB (Red+Green+Blue) = 194+144+56=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C29038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29038 is #3D6FC7. Grayscale: #959595. Windows color (decimal): -4026312 or 3707074. OLE color: 3707074.

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

Color convert

RGB 194 144 56 -
CMYK 0 0.26 0.71 0.24
HSL 38.26º 0.55% 0.49% -
HSV(B) 38.26º 0.71% 0.76% -
XYZ 32.94 31.7 8.12 -
YUV 148.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 194 144 56 0 0.26 0.71 0.24 38.26 0.55 0.49
Hex C2 90 38 0 1A 47 18 26 37 31
Octal 302 220 70 0 32 107 30 46 67 61
Binary 11000010 10010000 111000 0 11010 1000111 11000 100110 110111 110001

Color Harmonies of #C29038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29038

Black with #C29038

Text Example


Text Example

White with #C29038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29038; }

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

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

background-color css

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

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

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

border-color css

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

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

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