Html Css Color HEX #C08C37 Pizza

📋 copy color: '#C08C37'

red 192 ◦ green 140 ◦ blue 55

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

Shades of Pizza #C08C37

Tints of Pizza #C08C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.21%

R = 49.61%
G = 36.18%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C08C37 (or 0xC08C37) is known color: Pizza. HEX triplet: C0, 8C and 37. RGB value is (192,140,55). Sum of RGB (Red+Green+Blue) = 192+140+55=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C37 is #3F73C8. Grayscale: #929292. Windows color (decimal): -4158409 or 3640512. OLE color: 3640512.

HSL color Cylindrical-coordinate representation of color #C08C37: hue angle of 37.23º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C08C37 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 140 55 -
CMYK 0 0.27 0.71 0.25
HSL 37.23º 0.55% 0.48% -
HSV(B) 37.23º 0.71% 0.75% -
XYZ 31.81 30.24 7.77 -
YUV 145.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 192 140 55 0 0.27 0.71 0.25 37.23 0.55 0.48
Hex C0 8C 37 0 1B 47 19 25 37 30
Octal 300 214 67 0 33 107 31 45 67 60
Binary 11000000 10001100 110111 0 11011 1000111 11001 100101 110111 110000

Color Harmonies of #C08C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C37

Black with #C08C37

Text Example


Text Example

White with #C08C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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