Html Css Color HEX #C2454C Mandy

📋 copy color: '#C2454C'

red 194 ◦ green 69 ◦ blue 76

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

Shades of Mandy #C2454C

Tints of Mandy #C2454C

RGB

 RED value IS 194 (76.17% from 255) = 57.23%

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

 BLUE value IS 76 (30.08% from 255) = 22.42%

R = 57.23%
G = 20.35%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2454C (or 0xC2454C) is known color: Mandy. HEX triplet: C2, 45 and 4C. RGB value is (194,69,76). Sum of RGB (Red+Green+Blue) = 194+69+76=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2454C is #3DBAB3. Grayscale: #6B6B6B. Windows color (decimal): -4045492 or 4998594. OLE color: 4998594.

HSL color Cylindrical-coordinate representation of color #C2454C: hue angle of 356.64º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2454C is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 69 76 -
CMYK 0 0.64 0.61 0.24
HSL 356.64º 0.51% 0.52% -
HSV(B) 356.64º 0.64% 0.76% -
XYZ 25.68 16.25 8.62 -
YUV 107.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 194 69 76 0 0.64 0.61 0.24 356.64 0.51 0.52
Hex C2 45 4C 0 40 3D 18 165 33 34
Octal 302 105 114 0 100 75 30 545 63 64
Binary 11000010 1000101 1001100 0 1000000 111101 11000 101100101 110011 110100

Color Harmonies of #C2454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2454C

Black with #C2454C

Text Example


Text Example

White with #C2454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2454C; }

 p { color: rgb(194,69,76); }

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

background-color css

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

 a { background-color: rgb(194,69,76); }

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

border-color css

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

 span { border-color: rgb(194,69,76); }

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