Html Css Color HEX #C66E3D Zest

📋 copy color: '#C66E3D'

red 198 ◦ green 110 ◦ blue 61

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

Shades of Zest #C66E3D

Tints of Zest #C66E3D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

 BLUE value IS 61 (24.22% from 255) = 16.53%

R = 53.66%
G = 29.81%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C66E3D (or 0xC66E3D) is known color: Zest. HEX triplet: C6, 6E and 3D. RGB value is (198,110,61). Sum of RGB (Red+Green+Blue) = 198+110+61=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66E3D is #3991C2. Grayscale: #838383. Windows color (decimal): -3772867 or 4026054. OLE color: 4026054.

HSL color Cylindrical-coordinate representation of color #C66E3D: hue angle of 21.46º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C66E3D is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 110 61 -
CMYK 0 0.44 0.69 0.22
HSL 21.46º 0.55% 0.51% -
HSV(B) 21.46º 0.69% 0.78% -
XYZ 29.71 23.49 7.38 -
YUV 130.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 198 110 61 0 0.44 0.69 0.22 21.46 0.55 0.51
Hex C6 6E 3D 0 2C 45 16 15 37 33
Octal 306 156 75 0 54 105 26 25 67 63
Binary 11000110 1101110 111101 0 101100 1000101 10110 10101 110111 110011

Color Harmonies of #C66E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66E3D

Black with #C66E3D

Text Example


Text Example

White with #C66E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66E3D; }

 p { color: rgb(198,110,61); }

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

background-color css

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

 a { background-color: rgb(198,110,61); }

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

border-color css

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

 span { border-color: rgb(198,110,61); }

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