Html Css Color HEX #C5674D Red Damask

📋 copy color: '#C5674D'

red 197 ◦ green 103 ◦ blue 77

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

Shades of Red Damask #C5674D

Tints of Red Damask #C5674D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.42%

R = 52.25%
G = 27.32%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5674D (or 0xC5674D) is known color: Red Damask. HEX triplet: C5, 67 and 4D. RGB value is (197,103,77). Sum of RGB (Red+Green+Blue) = 197+103+77=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5674D is #3A98B2. Grayscale: #808080. Windows color (decimal): -3840179 or 5072837. OLE color: 5072837.

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

Color convert

RGB 197 103 77 -
CMYK 0 0.48 0.61 0.23
HSL 13º 0.51% 0.54% -
HSV(B) 13º 0.61% 0.77% -
XYZ 29.22 22.11 9.75 -
YUV 128.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 197 103 77 0 0.48 0.61 0.23 13 0.51 0.54
Hex C5 67 4D 0 30 3D 17 D 33 36
Octal 305 147 115 0 60 75 27 15 63 66
Binary 11000101 1100111 1001101 0 110000 111101 10111 1101 110011 110110

Color Harmonies of #C5674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5674D

Black with #C5674D

Text Example


Text Example

White with #C5674D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5674D; }

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

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

background-color css

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

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

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

border-color css

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

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

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