Html Css Color HEX #C64147 Brick Red

📋 copy color: '#C64147'

red 198 ◦ green 65 ◦ blue 71

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

Shades of Brick Red #C64147

Tints of Brick Red #C64147

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

 BLUE value IS 71 (28.13% from 255) = 21.26%

R = 59.28%
G = 19.46%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C64147 (or 0xC64147) is known color: Brick Red. HEX triplet: C6, 41 and 47. RGB value is (198,65,71). Sum of RGB (Red+Green+Blue) = 198+65+71=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C64147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64147 is #39BEB8. Grayscale: #696969. Windows color (decimal): -3784377 or 4669894. OLE color: 4669894.

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

Color convert

RGB 198 65 71 -
CMYK 0 0.67 0.64 0.22
HSL 357.29º 0.54% 0.52% -
HSV(B) 357.29º 0.67% 0.78% -
XYZ 26.32 16.24 7.71 -
YUV 105.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 198 65 71 0 0.67 0.64 0.22 357.29 0.54 0.52
Hex C6 41 47 0 43 40 16 165 36 34
Octal 306 101 107 0 103 100 26 545 66 64
Binary 11000110 1000001 1000111 0 1000011 1000000 10110 101100101 110110 110100

Color Harmonies of #C64147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64147

Black with #C64147

Text Example


Text Example

White with #C64147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64147; }

 p { color: rgb(198,65,71); }

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

background-color css

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

 a { background-color: rgb(198,65,71); }

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

border-color css

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

 span { border-color: rgb(198,65,71); }

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