Html Css Color HEX #C66843 Red Damask

📋 copy color: '#C66843'

red 198 ◦ green 104 ◦ blue 67

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

Shades of Red Damask #C66843

Tints of Red Damask #C66843

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.18%

 BLUE value IS 67 (26.56% from 255) = 18.16%

R = 53.66%
G = 28.18%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C66843 (or 0xC66843) is known color: Red Damask. HEX triplet: C6, 68 and 43. RGB value is (198,104,67). Sum of RGB (Red+Green+Blue) = 198+104+67=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C66843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66843 is #3997BC. Grayscale: #808080. Windows color (decimal): -3774397 or 4417734. OLE color: 4417734.

HSL color Cylindrical-coordinate representation of color #C66843: hue angle of 16.95º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C66843 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 104 67 -
CMYK 0 0.47 0.66 0.22
HSL 16.95º 0.53% 0.52% -
HSV(B) 16.95º 0.66% 0.78% -
XYZ 29.25 22.31 8.08 -
YUV 127.89 93.64 178.01 -
System Red Green Blue C M Y K H S L
Decimal 198 104 67 0 0.47 0.66 0.22 16.95 0.53 0.52
Hex C6 68 43 0 2F 42 16 11 35 34
Octal 306 150 103 0 57 102 26 21 65 64
Binary 11000110 1101000 1000011 0 101111 1000010 10110 10001 110101 110100

Color Harmonies of #C66843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66843

Black with #C66843

Text Example


Text Example

White with #C66843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66843; }

 p { color: rgb(198,104,67); }

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

background-color css

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

 a { background-color: rgb(198,104,67); }

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

border-color css

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

 span { border-color: rgb(198,104,67); }

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