Html Css Color HEX #C69135 Pizza

📋 copy color: '#C69135'

red 198 ◦ green 145 ◦ blue 53

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

Shades of Pizza #C69135

Tints of Pizza #C69135

RGB

 RED value IS 198 (77.73% from 255) = 50%

 GREEN value IS 145 (57.03% from 255) = 36.62%

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

R = 50%
G = 36.62%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C69135 (or 0xC69135) is known color: Pizza. HEX triplet: C6, 91 and 35. RGB value is (198,145,53). Sum of RGB (Red+Green+Blue) = 198+145+53=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C69135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69135 is #396ECA. Grayscale: #969696. Windows color (decimal): -3763915 or 3510726. OLE color: 3510726.

HSL color Cylindrical-coordinate representation of color #C69135: hue angle of 38.07º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C69135 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 145 53 -
CMYK 0 0.27 0.73 0.22
HSL 38.07º 0.58% 0.49% -
HSV(B) 38.07º 0.73% 0.78% -
XYZ 34.06 32.51 7.85 -
YUV 150.36 73.06 161.98 -
System Red Green Blue C M Y K H S L
Decimal 198 145 53 0 0.27 0.73 0.22 38.07 0.58 0.49
Hex C6 91 35 0 1B 49 16 26 3A 31
Octal 306 221 65 0 33 111 26 46 72 61
Binary 11000110 10010001 110101 0 11011 1001001 10110 100110 111010 110001

Color Harmonies of #C69135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69135

Black with #C69135

Text Example


Text Example

White with #C69135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69135; }

 p { color: rgb(198,145,53); }

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

background-color css

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

 a { background-color: rgb(198,145,53); }

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

border-color css

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

 span { border-color: rgb(198,145,53); }

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