Html Css Color HEX #C66C48 Red Damask

📋 copy color: '#C66C48'

red 198 ◦ green 108 ◦ blue 72

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

Shades of Red Damask #C66C48

Tints of Red Damask #C66C48

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

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

R = 52.38%
G = 28.57%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C66C48 (or 0xC66C48) is known color: Red Damask. HEX triplet: C6, 6C and 48. RGB value is (198,108,72). Sum of RGB (Red+Green+Blue) = 198+108+72=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C48 is #3993B7. Grayscale: #838383. Windows color (decimal): -3773368 or 4746438. OLE color: 4746438.

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

Color convert

RGB 198 108 72 -
CMYK 0 0.45 0.64 0.22
HSL 17.14º 0.53% 0.53% -
HSV(B) 17.14º 0.64% 0.78% -
XYZ 29.82 23.2 9.04 -
YUV 130.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 198 108 72 0 0.45 0.64 0.22 17.14 0.53 0.53
Hex C6 6C 48 0 2D 40 16 11 34 35
Octal 306 154 110 0 55 100 26 21 64 65
Binary 11000110 1101100 1001000 0 101101 1000000 10110 10001 110100 110101

Color Harmonies of #C66C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C48

Black with #C66C48

Text Example


Text Example

White with #C66C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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