Html Css Color HEX #CF3E5A Mandy

📋 copy color: '#CF3E5A'

red 207 ◦ green 62 ◦ blue 90

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

Shades of Mandy #CF3E5A

Tints of Mandy #CF3E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.27%

 BLUE value IS 90 (35.55% from 255) = 25.07%

R = 57.66%
G = 17.27%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF3E5A (or 0xCF3E5A) is known color: Mandy. HEX triplet: CF, 3E and 5A. RGB value is (207,62,90). Sum of RGB (Red+Green+Blue) = 207+62+90=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3E5A is #30C1A5. Grayscale: #6C6C6C. Windows color (decimal): -3195302 or 5914319. OLE color: 5914319.

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

Color convert

RGB 207 62 90 -
CMYK 0 0.70 0.57 0.19
HSL 348.41º 0.6% 0.53% -
HSV(B) 348.41º 0.7% 0.81% -
XYZ 29.3 17.45 11.5 -
YUV 108.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 207 62 90 0 0.70 0.57 0.19 348.41 0.6 0.53
Hex CF 3E 5A 0 46 39 13 15C 3C 35
Octal 317 76 132 0 106 71 23 534 74 65
Binary 11001111 111110 1011010 0 1000110 111001 10011 101011100 111100 110101

Color Harmonies of #CF3E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3E5A

Black with #CF3E5A

Text Example


Text Example

White with #CF3E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3E5A; }

 p { color: rgb(207,62,90); }

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

background-color css

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

 a { background-color: rgb(207,62,90); }

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

border-color css

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

 span { border-color: rgb(207,62,90); }

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