Html Css Color HEX #C2484B Mandy

📋 copy color: '#C2484B'

red 194 ◦ green 72 ◦ blue 75

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

Shades of Mandy #C2484B

Tints of Mandy #C2484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 56.89%
G = 21.11%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2484B (or 0xC2484B) is known color: Mandy. HEX triplet: C2, 48 and 4B. RGB value is (194,72,75). Sum of RGB (Red+Green+Blue) = 194+72+75=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2484B is #3DB7B4. Grayscale: #6C6C6C. Windows color (decimal): -4044725 or 4933826. OLE color: 4933826.

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

Color convert

RGB 194 72 75 -
CMYK 0 0.63 0.61 0.24
HSL 358.52º 0.5% 0.52% -
HSV(B) 358.52º 0.63% 0.76% -
XYZ 25.84 16.61 8.5 -
YUV 108.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 194 72 75 0 0.63 0.61 0.24 358.52 0.5 0.52
Hex C2 48 4B 0 3F 3D 18 167 32 34
Octal 302 110 113 0 77 75 30 547 62 64
Binary 11000010 1001000 1001011 0 111111 111101 11000 101100111 110010 110100

Color Harmonies of #C2484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2484B

Black with #C2484B

Text Example


Text Example

White with #C2484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2484B; }

 p { color: rgb(194,72,75); }

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

background-color css

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

 a { background-color: rgb(194,72,75); }

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

border-color css

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

 span { border-color: rgb(194,72,75); }

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