Html Css Color HEX #C08B3F Pizza

📋 copy color: '#C08B3F'

red 192 ◦ green 139 ◦ blue 63

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

Shades of Pizza #C08B3F

Tints of Pizza #C08B3F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.28%

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

R = 48.73%
G = 35.28%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C08B3F (or 0xC08B3F) is known color: Pizza. HEX triplet: C0, 8B and 3F. RGB value is (192,139,63). Sum of RGB (Red+Green+Blue) = 192+139+63=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B3F is #3F74C0. Grayscale: #929292. Windows color (decimal): -4158657 or 4164544. OLE color: 4164544.

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

Color convert

RGB 192 139 63 -
CMYK 0 0.28 0.67 0.25
HSL 35.35º 0.51% 0.5% -
HSV(B) 35.35º 0.67% 0.75% -
XYZ 31.87 30.03 8.82 -
YUV 146.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 192 139 63 0 0.28 0.67 0.25 35.35 0.51 0.5
Hex C0 8B 3F 0 1C 43 19 23 33 32
Octal 300 213 77 0 34 103 31 43 63 62
Binary 11000000 10001011 111111 0 11100 1000011 11001 100011 110011 110010

Color Harmonies of #C08B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B3F

Black with #C08B3F

Text Example


Text Example

White with #C08B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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