Html Css Color HEX #CD424B Mandy

📋 copy color: '#CD424B'

red 205 ◦ green 66 ◦ blue 75

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

Shades of Mandy #CD424B

Tints of Mandy #CD424B

RGB

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

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

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

R = 59.25%
G = 19.08%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD424B (or 0xCD424B) is known color: Mandy. HEX triplet: CD, 42 and 4B. RGB value is (205,66,75). Sum of RGB (Red+Green+Blue) = 205+66+75=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD424B is #32BDB4. Grayscale: #6C6C6C. Windows color (decimal): -3325365 or 4932301. OLE color: 4932301.

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

Color convert

RGB 205 66 75 -
CMYK 0 0.68 0.63 0.20
HSL 356.12º 0.58% 0.53% -
HSV(B) 356.12º 0.68% 0.8% -
XYZ 28.4 17.38 8.52 -
YUV 108.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 205 66 75 0 0.68 0.63 0.20 356.12 0.58 0.53
Hex CD 42 4B 0 44 3F 14 164 3A 35
Octal 315 102 113 0 104 77 24 544 72 65
Binary 11001101 1000010 1001011 0 1000100 111111 10100 101100100 111010 110101

Color Harmonies of #CD424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD424B

Black with #CD424B

Text Example


Text Example

White with #CD424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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