Html Css Color HEX #C66645 Red Damask

📋 copy color: '#C66645'

red 198 ◦ green 102 ◦ blue 69

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

Shades of Red Damask #C66645

Tints of Red Damask #C66645

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

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

R = 53.66%
G = 27.64%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C66645 (or 0xC66645) is known color: Red Damask. HEX triplet: C6, 66 and 45. RGB value is (198,102,69). Sum of RGB (Red+Green+Blue) = 198+102+69=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C66645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66645 is #3999BA. Grayscale: #7F7F7F. Windows color (decimal): -3774907 or 4548294. OLE color: 4548294.

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

Color convert

RGB 198 102 69 -
CMYK 0 0.48 0.65 0.22
HSL 15.35º 0.53% 0.52% -
HSV(B) 15.35º 0.65% 0.78% -
XYZ 29.11 21.94 8.33 -
YUV 126.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 198 102 69 0 0.48 0.65 0.22 15.35 0.53 0.52
Hex C6 66 45 0 30 41 16 F 35 34
Octal 306 146 105 0 60 101 26 17 65 64
Binary 11000110 1100110 1000101 0 110000 1000001 10110 1111 110101 110100

Color Harmonies of #C66645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66645

Black with #C66645

Text Example


Text Example

White with #C66645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66645; }

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

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

background-color css

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

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

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

border-color css

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

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

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