Html Css Color HEX #C0893F Pizza

📋 copy color: '#C0893F'

red 192 ◦ green 137 ◦ blue 63

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

Shades of Pizza #C0893F

Tints of Pizza #C0893F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.95%

 BLUE value IS 63 (25% from 255) = 16.07%

R = 48.98%
G = 34.95%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0893F (or 0xC0893F) is known color: Pizza. HEX triplet: C0, 89 and 3F. RGB value is (192,137,63). Sum of RGB (Red+Green+Blue) = 192+137+63=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0893F is #3F76C0. Grayscale: #919191. Windows color (decimal): -4159169 or 4164032. OLE color: 4164032.

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

Color convert

RGB 192 137 63 -
CMYK 0 0.29 0.67 0.25
HSL 34.42º 0.51% 0.5% -
HSV(B) 34.42º 0.67% 0.75% -
XYZ 31.58 29.46 8.72 -
YUV 145.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 192 137 63 0 0.29 0.67 0.25 34.42 0.51 0.5
Hex C0 89 3F 0 1D 43 19 22 33 32
Octal 300 211 77 0 35 103 31 42 63 62
Binary 11000000 10001001 111111 0 11101 1000011 11001 100010 110011 110010

Color Harmonies of #C0893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0893F

Black with #C0893F

Text Example


Text Example

White with #C0893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0893F; }

 p { color: rgb(192,137,63); }

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

background-color css

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

 a { background-color: rgb(192,137,63); }

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

border-color css

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

 span { border-color: rgb(192,137,63); }

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