Html Css Color HEX #C69435 Pizza

📋 copy color: '#C69435'

red 198 ◦ green 148 ◦ blue 53

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

Shades of Pizza #C69435

Tints of Pizza #C69435

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

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

R = 49.62%
G = 37.09%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C69435 (or 0xC69435) is known color: Pizza. HEX triplet: C6, 94 and 35. RGB value is (198,148,53). Sum of RGB (Red+Green+Blue) = 198+148+53=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C69435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69435 is #396BCA. Grayscale: #989898. Windows color (decimal): -3763147 or 3511494. OLE color: 3511494.

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

Color convert

RGB 198 148 53 -
CMYK 0 0.25 0.73 0.22
HSL 39.31º 0.58% 0.49% -
HSV(B) 39.31º 0.73% 0.78% -
XYZ 34.52 33.44 8 -
YUV 152.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 198 148 53 0 0.25 0.73 0.22 39.31 0.58 0.49
Hex C6 94 35 0 19 49 16 27 3A 31
Octal 306 224 65 0 31 111 26 47 72 61
Binary 11000110 10010100 110101 0 11001 1001001 10110 100111 111010 110001

Color Harmonies of #C69435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69435

Black with #C69435

Text Example


Text Example

White with #C69435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69435; }

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

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

background-color css

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

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

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

border-color css

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

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

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