Html Css Color HEX #C5664A Red Damask

📋 copy color: '#C5664A'

red 197 ◦ green 102 ◦ blue 74

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

Shades of Red Damask #C5664A

Tints of Red Damask #C5664A

RGB

 RED value IS 197 (77.34% from 255) = 52.82%

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

 BLUE value IS 74 (29.3% from 255) = 19.84%

R = 52.82%
G = 27.35%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5664A (or 0xC5664A) is known color: Red Damask. HEX triplet: C5, 66 and 4A. RGB value is (197,102,74). Sum of RGB (Red+Green+Blue) = 197+102+74=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5664A is #3A99B5. Grayscale: #7F7F7F. Windows color (decimal): -3840438 or 4875973. OLE color: 4875973.

HSL color Cylindrical-coordinate representation of color #C5664A: hue angle of 13.66º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5664A is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 102 74 -
CMYK 0 0.48 0.62 0.23
HSL 13.66º 0.51% 0.53% -
HSV(B) 13.66º 0.62% 0.77% -
XYZ 29.01 21.87 9.17 -
YUV 127.21 97.97 177.78 -
System Red Green Blue C M Y K H S L
Decimal 197 102 74 0 0.48 0.62 0.23 13.66 0.51 0.53
Hex C5 66 4A 0 30 3E 17 E 33 35
Octal 305 146 112 0 60 76 27 16 63 65
Binary 11000101 1100110 1001010 0 110000 111110 10111 1110 110011 110101

Color Harmonies of #C5664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5664A

Black with #C5664A

Text Example


Text Example

White with #C5664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5664A; }

 p { color: rgb(197,102,74); }

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

background-color css

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

 a { background-color: rgb(197,102,74); }

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

border-color css

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

 span { border-color: rgb(197,102,74); }

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