Html Css Color HEX #C67149 Red Damask

📋 copy color: '#C67149'

red 198 ◦ green 113 ◦ blue 73

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

Shades of Red Damask #C67149

Tints of Red Damask #C67149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.43%

 BLUE value IS 73 (28.91% from 255) = 19.01%

R = 51.56%
G = 29.43%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C67149 (or 0xC67149) is known color: Red Damask. HEX triplet: C6, 71 and 49. RGB value is (198,113,73). Sum of RGB (Red+Green+Blue) = 198+113+73=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C67149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67149 is #398EB6. Grayscale: #868686. Windows color (decimal): -3772087 or 4813254. OLE color: 4813254.

HSL color Cylindrical-coordinate representation of color #C67149: hue angle of 19.2º 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 #C67149 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 113 73 -
CMYK 0 0.43 0.63 0.22
HSL 19.2º 0.52% 0.53% -
HSV(B) 19.2º 0.63% 0.78% -
XYZ 30.4 24.3 9.39 -
YUV 133.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 198 113 73 0 0.43 0.63 0.22 19.2 0.52 0.53
Hex C6 71 49 0 2B 3F 16 13 34 35
Octal 306 161 111 0 53 77 26 23 64 65
Binary 11000110 1110001 1001001 0 101011 111111 10110 10011 110100 110101

Color Harmonies of #C67149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67149

Black with #C67149

Text Example


Text Example

White with #C67149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67149; }

 p { color: rgb(198,113,73); }

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

background-color css

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

 a { background-color: rgb(198,113,73); }

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

border-color css

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

 span { border-color: rgb(198,113,73); }

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