Html Css Color HEX #CD5E65 Mandy

📋 copy color: '#CD5E65'

red 205 ◦ green 94 ◦ blue 101

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

Shades of Mandy #CD5E65

Tints of Mandy #CD5E65

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.5%

 BLUE value IS 101 (39.84% from 255) = 25.25%

R = 51.25%
G = 23.5%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD5E65 (or 0xCD5E65) is known color: Mandy. HEX triplet: CD, 5E and 65. RGB value is (205,94,101). Sum of RGB (Red+Green+Blue) = 205+94+101=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5E65 is #32A19A. Grayscale: #808080. Windows color (decimal): -3318171 or 6643405. OLE color: 6643405.

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

Color convert

RGB 205 94 101 -
CMYK 0 0.54 0.51 0.20
HSL 356.22º 0.53% 0.59% -
HSV(B) 356.22º 0.54% 0.8% -
XYZ 31.53 21.92 14.88 -
YUV 127.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 205 94 101 0 0.54 0.51 0.20 356.22 0.53 0.59
Hex CD 5E 65 0 36 33 14 164 35 3B
Octal 315 136 145 0 66 63 24 544 65 73
Binary 11001101 1011110 1100101 0 110110 110011 10100 101100100 110101 111011

Color Harmonies of #CD5E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5E65

Black with #CD5E65

Text Example


Text Example

White with #CD5E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5E65; }

 p { color: rgb(205,94,101); }

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

background-color css

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

 a { background-color: rgb(205,94,101); }

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

border-color css

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

 span { border-color: rgb(205,94,101); }

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