Html Css Color HEX #CD4150 Mandy

📋 copy color: '#CD4150'

red 205 ◦ green 65 ◦ blue 80

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

Shades of Mandy #CD4150

Tints of Mandy #CD4150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.57%

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 58.57%
G = 18.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD4150 (or 0xCD4150) is known color: Mandy. HEX triplet: CD, 41 and 50. RGB value is (205,65,80). Sum of RGB (Red+Green+Blue) = 205+65+80=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4150 is #32BEAF. Grayscale: #6C6C6C. Windows color (decimal): -3325616 or 5259725. OLE color: 5259725.

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

Color convert

RGB 205 65 80 -
CMYK 0 0.68 0.61 0.20
HSL 353.57º 0.58% 0.53% -
HSV(B) 353.57º 0.68% 0.8% -
XYZ 28.52 17.34 9.43 -
YUV 108.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 205 65 80 0 0.68 0.61 0.20 353.57 0.58 0.53
Hex CD 41 50 0 44 3D 14 162 3A 35
Octal 315 101 120 0 104 75 24 542 72 65
Binary 11001101 1000001 1010000 0 1000100 111101 10100 101100010 111010 110101

Color Harmonies of #CD4150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4150

Black with #CD4150

Text Example


Text Example

White with #CD4150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4150; }

 p { color: rgb(205,65,80); }

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

background-color css

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

 a { background-color: rgb(205,65,80); }

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

border-color css

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

 span { border-color: rgb(205,65,80); }

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