Html Css Color HEX #CF464F Mandy

📋 copy color: '#CF464F'

red 207 ◦ green 70 ◦ blue 79

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

Shades of Mandy #CF464F

Tints of Mandy #CF464F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.19%

R = 58.15%
G = 19.66%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF464F (or 0xCF464F) is known color: Mandy. HEX triplet: CF, 46 and 4F. RGB value is (207,70,79). Sum of RGB (Red+Green+Blue) = 207+70+79=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF464F is #30B9B0. Grayscale: #707070. Windows color (decimal): -3193265 or 5195471. OLE color: 5195471.

HSL color Cylindrical-coordinate representation of color #CF464F: hue angle of 356.06º 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 #CF464F is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 70 79 -
CMYK 0 0.66 0.62 0.19
HSL 356.06º 0.59% 0.54% -
HSV(B) 356.06º 0.66% 0.81% -
XYZ 29.33 18.21 9.37 -
YUV 111.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 207 70 79 0 0.66 0.62 0.19 356.06 0.59 0.54
Hex CF 46 4F 0 42 3E 13 164 3B 36
Octal 317 106 117 0 102 76 23 544 73 66
Binary 11001111 1000110 1001111 0 1000010 111110 10011 101100100 111011 110110

Color Harmonies of #CF464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF464F

Black with #CF464F

Text Example


Text Example

White with #CF464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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