Html Css Color HEX #C5674A Red Damask

📋 copy color: '#C5674A'

red 197 ◦ green 103 ◦ blue 74

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

Shades of Red Damask #C5674A

Tints of Red Damask #C5674A

RGB

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

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

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

R = 52.67%
G = 27.54%
B = 19.79%

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

#C5674A (or 0xC5674A) is known color: Red Damask. HEX triplet: C5, 67 and 4A. RGB value is (197,103,74). Sum of RGB (Red+Green+Blue) = 197+103+74=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5674A is #3A98B5. Grayscale: #808080. Windows color (decimal): -3840182 or 4876229. OLE color: 4876229.

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

Color convert

RGB 197 103 74 -
CMYK 0 0.48 0.62 0.23
HSL 14.15º 0.51% 0.53% -
HSV(B) 14.15º 0.62% 0.77% -
XYZ 29.11 22.07 9.2 -
YUV 127.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 197 103 74 0 0.48 0.62 0.23 14.15 0.51 0.53
Hex C5 67 4A 0 30 3E 17 E 33 35
Octal 305 147 112 0 60 76 27 16 63 65
Binary 11000101 1100111 1001010 0 110000 111110 10111 1110 110011 110101

Color Harmonies of #C5674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5674A

Black with #C5674A

Text Example


Text Example

White with #C5674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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