Html Css Color HEX #C67148 Red Damask

📋 copy color: '#C67148'

red 198 ◦ green 113 ◦ blue 72

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

Shades of Red Damask #C67148

Tints of Red Damask #C67148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.8%

R = 51.7%
G = 29.5%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C67148 (or 0xC67148) is known color: Red Damask. HEX triplet: C6, 71 and 48. RGB value is (198,113,72). Sum of RGB (Red+Green+Blue) = 198+113+72=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C67148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67148 is #398EB7. Grayscale: #858585. Windows color (decimal): -3772088 or 4747718. OLE color: 4747718.

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

Color convert

RGB 198 113 72 -
CMYK 0 0.43 0.64 0.22
HSL 19.52º 0.53% 0.53% -
HSV(B) 19.52º 0.64% 0.78% -
XYZ 30.36 24.28 9.22 -
YUV 133.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 198 113 72 0 0.43 0.64 0.22 19.52 0.53 0.53
Hex C6 71 48 0 2B 40 16 14 34 35
Octal 306 161 110 0 53 100 26 24 64 65
Binary 11000110 1110001 1001000 0 101011 1000000 10110 10100 110100 110101

Color Harmonies of #C67148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67148

Black with #C67148

Text Example


Text Example

White with #C67148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67148; }

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

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

background-color css

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

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

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

border-color css

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

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

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