Html Css Color HEX #CD424A Mandy

📋 copy color: '#CD424A'

red 205 ◦ green 66 ◦ blue 74

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

Shades of Mandy #CD424A

Tints of Mandy #CD424A

RGB

 RED value IS 205 (80.47% from 255) = 59.42%

 GREEN value IS 66 (26.17% from 255) = 19.13%

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

R = 59.42%
G = 19.13%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD424A (or 0xCD424A) is known color: Mandy. HEX triplet: CD, 42 and 4A. RGB value is (205,66,74). Sum of RGB (Red+Green+Blue) = 205+66+74=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD424A is #32BDB5. Grayscale: #6C6C6C. Windows color (decimal): -3325366 or 4866765. OLE color: 4866765.

HSL color Cylindrical-coordinate representation of color #CD424A: hue angle of 356.55º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD424A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 66 74 -
CMYK 0 0.68 0.64 0.20
HSL 356.55º 0.58% 0.53% -
HSV(B) 356.55º 0.68% 0.8% -
XYZ 28.36 17.37 8.34 -
YUV 108.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 205 66 74 0 0.68 0.64 0.20 356.55 0.58 0.53
Hex CD 42 4A 0 44 40 14 165 3A 35
Octal 315 102 112 0 104 100 24 545 72 65
Binary 11001101 1000010 1001010 0 1000100 1000000 10100 101100101 111010 110101

Color Harmonies of #CD424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD424A

Black with #CD424A

Text Example


Text Example

White with #CD424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD424A; }

 p { color: rgb(205,66,74); }

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

background-color css

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

 a { background-color: rgb(205,66,74); }

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

border-color css

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

 span { border-color: rgb(205,66,74); }

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