Html Css Color HEX #C08C41 Pizza

📋 copy color: '#C08C41'

red 192 ◦ green 140 ◦ blue 65

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

Shades of Pizza #C08C41

Tints of Pizza #C08C41

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.26%

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

R = 48.36%
G = 35.26%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C08C41 (or 0xC08C41) is known color: Pizza. HEX triplet: C0, 8C and 41. RGB value is (192,140,65). Sum of RGB (Red+Green+Blue) = 192+140+65=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C41 is #3F73BE. Grayscale: #939393. Windows color (decimal): -4158399 or 4295872. OLE color: 4295872.

HSL color Cylindrical-coordinate representation of color #C08C41: hue angle of 35.43º 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 #C08C41 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 140 65 -
CMYK 0 0.27 0.66 0.25
HSL 35.43º 0.5% 0.5% -
HSV(B) 35.43º 0.66% 0.75% -
XYZ 32.07 30.34 9.17 -
YUV 147 81.73 160.1 -
System Red Green Blue C M Y K H S L
Decimal 192 140 65 0 0.27 0.66 0.25 35.43 0.5 0.5
Hex C0 8C 41 0 1B 42 19 23 32 32
Octal 300 214 101 0 33 102 31 43 62 62
Binary 11000000 10001100 1000001 0 11011 1000010 11001 100011 110010 110010

Color Harmonies of #C08C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C41

Black with #C08C41

Text Example


Text Example

White with #C08C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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