Html Css Color HEX #C08C3D Pizza

📋 copy color: '#C08C3D'

red 192 ◦ green 140 ◦ blue 61

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

Shades of Pizza #C08C3D

Tints of Pizza #C08C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.52%

R = 48.85%
G = 35.62%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C08C3D (or 0xC08C3D) is known color: Pizza. HEX triplet: C0, 8C and 3D. RGB value is (192,140,61). Sum of RGB (Red+Green+Blue) = 192+140+61=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C3D is #3F73C2. Grayscale: #929292. Windows color (decimal): -4158403 or 4033728. OLE color: 4033728.

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

Color convert

RGB 192 140 61 -
CMYK 0 0.27 0.68 0.25
HSL 36.18º 0.52% 0.5% -
HSV(B) 36.18º 0.68% 0.75% -
XYZ 31.96 30.3 8.58 -
YUV 146.54 79.73 160.42 -
System Red Green Blue C M Y K H S L
Decimal 192 140 61 0 0.27 0.68 0.25 36.18 0.52 0.5
Hex C0 8C 3D 0 1B 44 19 24 34 32
Octal 300 214 75 0 33 104 31 44 64 62
Binary 11000000 10001100 111101 0 11011 1000100 11001 100100 110100 110010

Color Harmonies of #C08C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C3D

Black with #C08C3D

Text Example


Text Example

White with #C08C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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