Html Css Color HEX #C08935 Pizza

📋 copy color: '#C08935'

red 192 ◦ green 137 ◦ blue 53

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

Shades of Pizza #C08935

Tints of Pizza #C08935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.87%

R = 50.26%
G = 35.86%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C08935 (or 0xC08935) is known color: Pizza. HEX triplet: C0, 89 and 35. RGB value is (192,137,53). Sum of RGB (Red+Green+Blue) = 192+137+53=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C08935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08935 is #3F76CA. Grayscale: #909090. Windows color (decimal): -4159179 or 3508672. OLE color: 3508672.

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

Color convert

RGB 192 137 53 -
CMYK 0 0.29 0.72 0.25
HSL 36.26º 0.57% 0.48% -
HSV(B) 36.26º 0.72% 0.75% -
XYZ 31.33 29.35 7.38 -
YUV 143.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 192 137 53 0 0.29 0.72 0.25 36.26 0.57 0.48
Hex C0 89 35 0 1D 48 19 24 39 30
Octal 300 211 65 0 35 110 31 44 71 60
Binary 11000000 10001001 110101 0 11101 1001000 11001 100100 111001 110000

Color Harmonies of #C08935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08935

Black with #C08935

Text Example


Text Example

White with #C08935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08935; }

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

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

background-color css

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

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

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

border-color css

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

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

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