Html Css Color HEX #C66743 Red Damask

📋 copy color: '#C66743'

red 198 ◦ green 103 ◦ blue 67

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

Shades of Red Damask #C66743

Tints of Red Damask #C66743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.99%

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

R = 53.8%
G = 27.99%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C66743 (or 0xC66743) is known color: Red Damask. HEX triplet: C6, 67 and 43. RGB value is (198,103,67). Sum of RGB (Red+Green+Blue) = 198+103+67=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C66743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66743 is #3998BC. Grayscale: #7F7F7F. Windows color (decimal): -3774653 or 4417478. OLE color: 4417478.

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

Color convert

RGB 198 103 67 -
CMYK 0 0.48 0.66 0.22
HSL 16.49º 0.53% 0.52% -
HSV(B) 16.49º 0.66% 0.78% -
XYZ 29.15 22.11 8.04 -
YUV 127.3 93.97 178.43 -
System Red Green Blue C M Y K H S L
Decimal 198 103 67 0 0.48 0.66 0.22 16.49 0.53 0.52
Hex C6 67 43 0 30 42 16 10 35 34
Octal 306 147 103 0 60 102 26 20 65 64
Binary 11000110 1100111 1000011 0 110000 1000010 10110 10000 110101 110100

Color Harmonies of #C66743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66743

Black with #C66743

Text Example


Text Example

White with #C66743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66743; }

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

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

background-color css

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

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

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

border-color css

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

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

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