Html Css Color HEX #C67535 Zest

📋 copy color: '#C67535'

red 198 ◦ green 117 ◦ blue 53

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

Shades of Zest #C67535

Tints of Zest #C67535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.79%

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

R = 53.8%
G = 31.79%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C67535 (or 0xC67535) is known color: Zest. HEX triplet: C6, 75 and 35. RGB value is (198,117,53). Sum of RGB (Red+Green+Blue) = 198+117+53=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C67535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67535 is #398ACA. Grayscale: #868686. Windows color (decimal): -3771083 or 3503558. OLE color: 3503558.

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

Color convert

RGB 198 117 53 -
CMYK 0 0.41 0.73 0.22
HSL 26.48º 0.58% 0.49% -
HSV(B) 26.48º 0.73% 0.78% -
XYZ 30.29 24.99 6.59 -
YUV 133.92 82.34 173.7 -
System Red Green Blue C M Y K H S L
Decimal 198 117 53 0 0.41 0.73 0.22 26.48 0.58 0.49
Hex C6 75 35 0 29 49 16 1A 3A 31
Octal 306 165 65 0 51 111 26 32 72 61
Binary 11000110 1110101 110101 0 101001 1001001 10110 11010 111010 110001

Color Harmonies of #C67535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67535

Black with #C67535

Text Example


Text Example

White with #C67535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67535; }

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

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

background-color css

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

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

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

border-color css

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

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

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