Html Css Color HEX #CD414C Mandy

📋 copy color: '#CD414C'

red 205 ◦ green 65 ◦ blue 76

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

Shades of Mandy #CD414C

Tints of Mandy #CD414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 59.25%
G = 18.79%
B = 21.97%

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

#CD414C (or 0xCD414C) is known color: Mandy. HEX triplet: CD, 41 and 4C. RGB value is (205,65,76). Sum of RGB (Red+Green+Blue) = 205+65+76=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD414C is #32BEB3. Grayscale: #6C6C6C. Windows color (decimal): -3325620 or 4997581. OLE color: 4997581.

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

Color convert

RGB 205 65 76 -
CMYK 0 0.68 0.63 0.20
HSL 355.29º 0.58% 0.53% -
HSV(B) 355.29º 0.68% 0.8% -
XYZ 28.37 17.28 8.68 -
YUV 108.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 205 65 76 0 0.68 0.63 0.20 355.29 0.58 0.53
Hex CD 41 4C 0 44 3F 14 163 3A 35
Octal 315 101 114 0 104 77 24 543 72 65
Binary 11001101 1000001 1001100 0 1000100 111111 10100 101100011 111010 110101

Color Harmonies of #CD414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD414C

Black with #CD414C

Text Example


Text Example

White with #CD414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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