Html Css Color HEX #CD424D Mandy

📋 copy color: '#CD424D'

red 205 ◦ green 66 ◦ blue 77

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

Shades of Mandy #CD424D

Tints of Mandy #CD424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 58.91%
G = 18.97%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD424D (or 0xCD424D) is known color: Mandy. HEX triplet: CD, 42 and 4D. RGB value is (205,66,77). Sum of RGB (Red+Green+Blue) = 205+66+77=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD424D is #32BDB2. Grayscale: #6C6C6C. Windows color (decimal): -3325363 or 5063373. OLE color: 5063373.

HSL color Cylindrical-coordinate representation of color #CD424D: hue angle of 355.25º 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 #CD424D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 66 77 -
CMYK 0 0.68 0.62 0.20
HSL 355.25º 0.58% 0.53% -
HSV(B) 355.25º 0.68% 0.8% -
XYZ 28.46 17.41 8.88 -
YUV 108.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 205 66 77 0 0.68 0.62 0.20 355.25 0.58 0.53
Hex CD 42 4D 0 44 3E 14 163 3A 35
Octal 315 102 115 0 104 76 24 543 72 65
Binary 11001101 1000010 1001101 0 1000100 111110 10100 101100011 111010 110101

Color Harmonies of #CD424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD424D

Black with #CD424D

Text Example


Text Example

White with #CD424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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