Html Css Color HEX #C08F37 Pizza

📋 copy color: '#C08F37'

red 192 ◦ green 143 ◦ blue 55

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

Shades of Pizza #C08F37

Tints of Pizza #C08F37

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.67%

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

R = 49.23%
G = 36.67%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C08F37 (or 0xC08F37) is known color: Pizza. HEX triplet: C0, 8F and 37. RGB value is (192,143,55). Sum of RGB (Red+Green+Blue) = 192+143+55=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F37 is #3F70C8. Grayscale: #949494. Windows color (decimal): -4157641 or 3641280. OLE color: 3641280.

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

Color convert

RGB 192 143 55 -
CMYK 0 0.26 0.71 0.25
HSL 38.54º 0.55% 0.48% -
HSV(B) 38.54º 0.71% 0.75% -
XYZ 32.25 31.13 7.92 -
YUV 147.62 75.73 159.66 -
System Red Green Blue C M Y K H S L
Decimal 192 143 55 0 0.26 0.71 0.25 38.54 0.55 0.48
Hex C0 8F 37 0 1A 47 19 27 37 30
Octal 300 217 67 0 32 107 31 47 67 60
Binary 11000000 10001111 110111 0 11010 1000111 11001 100111 110111 110000

Color Harmonies of #C08F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F37

Black with #C08F37

Text Example


Text Example

White with #C08F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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