Html Css Color HEX #C66548 Red Damask

📋 copy color: '#C66548'

red 198 ◦ green 101 ◦ blue 72

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

Shades of Red Damask #C66548

Tints of Red Damask #C66548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 53.37%
G = 27.22%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C66548 (or 0xC66548) is known color: Red Damask. HEX triplet: C6, 65 and 48. RGB value is (198,101,72). Sum of RGB (Red+Green+Blue) = 198+101+72=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C66548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66548 is #399AB7. Grayscale: #7E7E7E. Windows color (decimal): -3775160 or 4744646. OLE color: 4744646.

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

Color convert

RGB 198 101 72 -
CMYK 0 0.49 0.64 0.22
HSL 13.81º 0.53% 0.53% -
HSV(B) 13.81º 0.64% 0.78% -
XYZ 29.11 21.78 8.8 -
YUV 126.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 198 101 72 0 0.49 0.64 0.22 13.81 0.53 0.53
Hex C6 65 48 0 31 40 16 E 34 35
Octal 306 145 110 0 61 100 26 16 64 65
Binary 11000110 1100101 1001000 0 110001 1000000 10110 1110 110100 110101

Color Harmonies of #C66548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66548

Black with #C66548

Text Example


Text Example

White with #C66548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66548; }

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

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

background-color css

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

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

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

border-color css

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

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

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