Html Css Color HEX #C19442 Pizza

📋 copy color: '#C19442'

red 193 ◦ green 148 ◦ blue 66

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

Shades of Pizza #C19442

Tints of Pizza #C19442

RGB

 RED value IS 193 (75.78% from 255) = 47.42%

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

 BLUE value IS 66 (26.17% from 255) = 16.22%

R = 47.42%
G = 36.36%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C19442 (or 0xC19442) is known color: Pizza. HEX triplet: C1, 94 and 42. RGB value is (193,148,66). Sum of RGB (Red+Green+Blue) = 193+148+66=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C19442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19442 is #3E6BBD. Grayscale: #989898. Windows color (decimal): -4090814 or 4363457. OLE color: 4363457.

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

Color convert

RGB 193 148 66 -
CMYK 0 0.23 0.66 0.24
HSL 38.74º 0.51% 0.51% -
HSV(B) 38.74º 0.66% 0.76% -
XYZ 33.57 32.91 9.74 -
YUV 152.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 193 148 66 0 0.23 0.66 0.24 38.74 0.51 0.51
Hex C1 94 42 0 17 42 18 27 33 33
Octal 301 224 102 0 27 102 30 47 63 63
Binary 11000001 10010100 1000010 0 10111 1000010 11000 100111 110011 110011

Color Harmonies of #C19442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19442

Black with #C19442

Text Example


Text Example

White with #C19442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19442; }

 p { color: rgb(193,148,66); }

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

background-color css

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

 a { background-color: rgb(193,148,66); }

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

border-color css

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

 span { border-color: rgb(193,148,66); }

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