Html Css Color HEX #C6674A Red Damask

📋 copy color: '#C6674A'

red 198 ◦ green 103 ◦ blue 74

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

Shades of Red Damask #C6674A

Tints of Red Damask #C6674A

RGB

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

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

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

R = 52.8%
G = 27.47%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6674A (or 0xC6674A) is known color: Red Damask. HEX triplet: C6, 67 and 4A. RGB value is (198,103,74). Sum of RGB (Red+Green+Blue) = 198+103+74=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6674A is #3998B5. Grayscale: #808080. Windows color (decimal): -3774646 or 4876230. OLE color: 4876230.

HSL color Cylindrical-coordinate representation of color #C6674A: hue angle of 14.03º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6674A is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 103 74 -
CMYK 0 0.48 0.63 0.22
HSL 14.03º 0.52% 0.53% -
HSV(B) 14.03º 0.63% 0.78% -
XYZ 29.37 22.2 9.22 -
YUV 128.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 198 103 74 0 0.48 0.63 0.22 14.03 0.52 0.53
Hex C6 67 4A 0 30 3F 16 E 34 35
Octal 306 147 112 0 60 77 26 16 64 65
Binary 11000110 1100111 1001010 0 110000 111111 10110 1110 110100 110101

Color Harmonies of #C6674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6674A

Black with #C6674A

Text Example


Text Example

White with #C6674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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