Html Css Color HEX #C66545 Red Damask

📋 copy color: '#C66545'

red 198 ◦ green 101 ◦ blue 69

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

Shades of Red Damask #C66545

Tints of Red Damask #C66545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

 BLUE value IS 69 (27.34% from 255) = 18.75%

R = 53.8%
G = 27.45%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C66545 (or 0xC66545) is known color: Red Damask. HEX triplet: C6, 65 and 45. RGB value is (198,101,69). Sum of RGB (Red+Green+Blue) = 198+101+69=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C66545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66545 is #399ABA. Grayscale: #7E7E7E. Windows color (decimal): -3775163 or 4548038. OLE color: 4548038.

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

Color convert

RGB 198 101 69 -
CMYK 0 0.49 0.65 0.22
HSL 14.88º 0.53% 0.52% -
HSV(B) 14.88º 0.65% 0.78% -
XYZ 29.02 21.74 8.3 -
YUV 126.36 95.64 179.1 -
System Red Green Blue C M Y K H S L
Decimal 198 101 69 0 0.49 0.65 0.22 14.88 0.53 0.52
Hex C6 65 45 0 31 41 16 F 35 34
Octal 306 145 105 0 61 101 26 17 65 64
Binary 11000110 1100101 1000101 0 110001 1000001 10110 1111 110101 110100

Color Harmonies of #C66545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66545

Black with #C66545

Text Example


Text Example

White with #C66545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66545; }

 p { color: rgb(198,101,69); }

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

background-color css

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

 a { background-color: rgb(198,101,69); }

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

border-color css

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

 span { border-color: rgb(198,101,69); }

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