Html Css Color HEX #C08E41 Pizza

📋 copy color: '#C08E41'

red 192 ◦ green 142 ◦ blue 65

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

Shades of Pizza #C08E41

Tints of Pizza #C08E41

RGB

 RED value IS 192 (75.39% from 255) = 48.12%

 GREEN value IS 142 (55.86% from 255) = 35.59%

 BLUE value IS 65 (25.78% from 255) = 16.29%

R = 48.12%
G = 35.59%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C08E41 (or 0xC08E41) is known color: Pizza. HEX triplet: C0, 8E and 41. RGB value is (192,142,65). Sum of RGB (Red+Green+Blue) = 192+142+65=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E41 is #3F71BE. Grayscale: #949494. Windows color (decimal): -4157887 or 4296384. OLE color: 4296384.

HSL color Cylindrical-coordinate representation of color #C08E41: hue angle of 36.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C08E41 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 142 65 -
CMYK 0 0.26 0.66 0.25
HSL 36.38º 0.5% 0.5% -
HSV(B) 36.38º 0.66% 0.75% -
XYZ 32.37 30.93 9.27 -
YUV 148.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 192 142 65 0 0.26 0.66 0.25 36.38 0.5 0.5
Hex C0 8E 41 0 1A 42 19 24 32 32
Octal 300 216 101 0 32 102 31 44 62 62
Binary 11000000 10001110 1000001 0 11010 1000010 11001 100100 110010 110010

Color Harmonies of #C08E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E41

Black with #C08E41

Text Example


Text Example

White with #C08E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E41; }

 p { color: rgb(192,142,65); }

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

background-color css

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

 a { background-color: rgb(192,142,65); }

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

border-color css

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

 span { border-color: rgb(192,142,65); }

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