Html Css Color HEX #C69034 Pizza

📋 copy color: '#C69034'

red 198 ◦ green 144 ◦ blue 52

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

Shades of Pizza #C69034

Tints of Pizza #C69034

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.55%

 BLUE value IS 52 (20.7% from 255) = 13.2%

R = 50.25%
G = 36.55%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C69034 (or 0xC69034) is known color: Pizza. HEX triplet: C6, 90 and 34. RGB value is (198,144,52). Sum of RGB (Red+Green+Blue) = 198+144+52=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C69034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69034 is #396FCB. Grayscale: #969696. Windows color (decimal): -3764172 or 3444934. OLE color: 3444934.

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

Color convert

RGB 198 144 52 -
CMYK 0 0.27 0.74 0.22
HSL 37.81º 0.58% 0.49% -
HSV(B) 37.81º 0.74% 0.78% -
XYZ 33.88 32.2 7.68 -
YUV 149.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 198 144 52 0 0.27 0.74 0.22 37.81 0.58 0.49
Hex C6 90 34 0 1B 4A 16 26 3A 31
Octal 306 220 64 0 33 112 26 46 72 61
Binary 11000110 10010000 110100 0 11011 1001010 10110 100110 111010 110001

Color Harmonies of #C69034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69034

Black with #C69034

Text Example


Text Example

White with #C69034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69034; }

 p { color: rgb(198,144,52); }

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

background-color css

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

 a { background-color: rgb(198,144,52); }

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

border-color css

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

 span { border-color: rgb(198,144,52); }

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