Html Css Color HEX #CF415D Mandy

📋 copy color: '#CF415D'

red 207 ◦ green 65 ◦ blue 93

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

Shades of Mandy #CF415D

Tints of Mandy #CF415D

RGB

 RED value IS 207 (81.25% from 255) = 56.71%

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

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 56.71%
G = 17.81%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF415D (or 0xCF415D) is known color: Mandy. HEX triplet: CF, 41 and 5D. RGB value is (207,65,93). Sum of RGB (Red+Green+Blue) = 207+65+93=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF415D is #30BEA2. Grayscale: #6E6E6E. Windows color (decimal): -3194531 or 6111695. OLE color: 6111695.

HSL color Cylindrical-coordinate representation of color #CF415D: hue angle of 348.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF415D is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 65 93 -
CMYK 0 0.69 0.55 0.19
HSL 348.17º 0.6% 0.53% -
HSV(B) 348.17º 0.69% 0.81% -
XYZ 29.6 17.84 12.24 -
YUV 110.65 118.04 196.72 -
System Red Green Blue C M Y K H S L
Decimal 207 65 93 0 0.69 0.55 0.19 348.17 0.6 0.53
Hex CF 41 5D 0 45 37 13 15C 3C 35
Octal 317 101 135 0 105 67 23 534 74 65
Binary 11001111 1000001 1011101 0 1000101 110111 10011 101011100 111100 110101

Color Harmonies of #CF415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF415D

Black with #CF415D

Text Example


Text Example

White with #CF415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF415D; }

 p { color: rgb(207,65,93); }

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

background-color css

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

 a { background-color: rgb(207,65,93); }

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

border-color css

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

 span { border-color: rgb(207,65,93); }

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