Html Css Color HEX #CF464D Mandy

📋 copy color: '#CF464D'

red 207 ◦ green 70 ◦ blue 77

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

Shades of Mandy #CF464D

Tints of Mandy #CF464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.77%

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 58.47%
G = 19.77%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF464D (or 0xCF464D) is known color: Mandy. HEX triplet: CF, 46 and 4D. RGB value is (207,70,77). Sum of RGB (Red+Green+Blue) = 207+70+77=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF464D is #30B9B2. Grayscale: #6F6F6F. Windows color (decimal): -3193267 or 5064399. OLE color: 5064399.

HSL color Cylindrical-coordinate representation of color #CF464D: hue angle of 356.93º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF464D is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 70 77 -
CMYK 0 0.66 0.63 0.19
HSL 356.93º 0.59% 0.54% -
HSV(B) 356.93º 0.66% 0.81% -
XYZ 29.26 18.18 8.99 -
YUV 111.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 207 70 77 0 0.66 0.63 0.19 356.93 0.59 0.54
Hex CF 46 4D 0 42 3F 13 165 3B 36
Octal 317 106 115 0 102 77 23 545 73 66
Binary 11001111 1000110 1001101 0 1000010 111111 10011 101100101 111011 110110

Color Harmonies of #CF464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF464D

Black with #CF464D

Text Example


Text Example

White with #CF464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF464D; }

 p { color: rgb(207,70,77); }

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

background-color css

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

 a { background-color: rgb(207,70,77); }

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

border-color css

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

 span { border-color: rgb(207,70,77); }

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