Html Css Color HEX #C67532 Zest

📋 copy color: '#C67532'

red 198 ◦ green 117 ◦ blue 50

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

Shades of Zest #C67532

Tints of Zest #C67532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.7%

R = 54.25%
G = 32.05%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C67532 (or 0xC67532) is known color: Zest. HEX triplet: C6, 75 and 32. RGB value is (198,117,50). Sum of RGB (Red+Green+Blue) = 198+117+50=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C67532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67532 is #398ACD. Grayscale: #858585. Windows color (decimal): -3771086 or 3306950. OLE color: 3306950.

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

Color convert

RGB 198 117 50 -
CMYK 0 0.41 0.75 0.22
HSL 27.16º 0.6% 0.49% -
HSV(B) 27.16º 0.75% 0.78% -
XYZ 30.23 24.96 6.24 -
YUV 133.58 80.84 173.95 -
System Red Green Blue C M Y K H S L
Decimal 198 117 50 0 0.41 0.75 0.22 27.16 0.6 0.49
Hex C6 75 32 0 29 4B 16 1B 3C 31
Octal 306 165 62 0 51 113 26 33 74 61
Binary 11000110 1110101 110010 0 101001 1001011 10110 11011 111100 110001

Color Harmonies of #C67532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67532

Black with #C67532

Text Example


Text Example

White with #C67532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67532; }

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

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

background-color css

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

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

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

border-color css

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

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

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