Html Css Color HEX #C6454A Mandy

📋 copy color: '#C6454A'

red 198 ◦ green 69 ◦ blue 74

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

Shades of Mandy #C6454A

Tints of Mandy #C6454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.23%

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

R = 58.06%
G = 20.23%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6454A (or 0xC6454A) is known color: Mandy. HEX triplet: C6, 45 and 4A. RGB value is (198,69,74). Sum of RGB (Red+Green+Blue) = 198+69+74=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6454A is #39BAB5. Grayscale: #6C6C6C. Windows color (decimal): -3783350 or 4867526. OLE color: 4867526.

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

Color convert

RGB 198 69 74 -
CMYK 0 0.65 0.63 0.22
HSL 357.67º 0.53% 0.52% -
HSV(B) 357.67º 0.65% 0.78% -
XYZ 26.65 16.76 8.31 -
YUV 108.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 198 69 74 0 0.65 0.63 0.22 357.67 0.53 0.52
Hex C6 45 4A 0 41 3F 16 166 35 34
Octal 306 105 112 0 101 77 26 546 65 64
Binary 11000110 1000101 1001010 0 1000001 111111 10110 101100110 110101 110100

Color Harmonies of #C6454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6454A

Black with #C6454A

Text Example


Text Example

White with #C6454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6454A; }

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

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

background-color css

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

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

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

border-color css

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

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

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