Html Css Color HEX #CF465B Mandy

📋 copy color: '#CF465B'

red 207 ◦ green 70 ◦ blue 91

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

Shades of Mandy #CF465B

Tints of Mandy #CF465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.73%

R = 56.25%
G = 19.02%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF465B (or 0xCF465B) is known color: Mandy. HEX triplet: CF, 46 and 5B. RGB value is (207,70,91). Sum of RGB (Red+Green+Blue) = 207+70+91=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF465B is #30B9A4. Grayscale: #717171. Windows color (decimal): -3193253 or 5981903. OLE color: 5981903.

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

Color convert

RGB 207 70 91 -
CMYK 0 0.66 0.56 0.19
HSL 350.8º 0.59% 0.54% -
HSV(B) 350.8º 0.66% 0.81% -
XYZ 29.81 18.4 11.88 -
YUV 113.36 115.39 194.79 -
System Red Green Blue C M Y K H S L
Decimal 207 70 91 0 0.66 0.56 0.19 350.8 0.59 0.54
Hex CF 46 5B 0 42 38 13 15F 3B 36
Octal 317 106 133 0 102 70 23 537 73 66
Binary 11001111 1000110 1011011 0 1000010 111000 10011 101011111 111011 110110

Color Harmonies of #CF465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF465B

Black with #CF465B

Text Example


Text Example

White with #CF465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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