Html Css Color HEX #C5674E Red Damask

📋 copy color: '#C5674E'

red 197 ◦ green 103 ◦ blue 78

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

Shades of Red Damask #C5674E

Tints of Red Damask #C5674E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.25%

 BLUE value IS 78 (30.86% from 255) = 20.63%

R = 52.12%
G = 27.25%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5674E (or 0xC5674E) is known color: Red Damask. HEX triplet: C5, 67 and 4E. RGB value is (197,103,78). Sum of RGB (Red+Green+Blue) = 197+103+78=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5674E is #3A98B1. Grayscale: #808080. Windows color (decimal): -3840178 or 5138373. OLE color: 5138373.

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

Color convert

RGB 197 103 78 -
CMYK 0 0.48 0.60 0.23
HSL 12.61º 0.51% 0.54% -
HSV(B) 12.61º 0.6% 0.77% -
XYZ 29.25 22.12 9.94 -
YUV 128.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 197 103 78 0 0.48 0.60 0.23 12.61 0.51 0.54
Hex C5 67 4E 0 30 3C 17 D 33 36
Octal 305 147 116 0 60 74 27 15 63 66
Binary 11000101 1100111 1001110 0 110000 111100 10111 1101 110011 110110

Color Harmonies of #C5674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5674E

Black with #C5674E

Text Example


Text Example

White with #C5674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5674E; }

 p { color: rgb(197,103,78); }

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

background-color css

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

 a { background-color: rgb(197,103,78); }

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

border-color css

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

 span { border-color: rgb(197,103,78); }

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