Html Css Color HEX #CF425F Mandy

📋 copy color: '#CF425F'

red 207 ◦ green 66 ◦ blue 95

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

Shades of Mandy #CF425F

Tints of Mandy #CF425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.93%

 BLUE value IS 95 (37.5% from 255) = 25.82%

R = 56.25%
G = 17.93%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF425F (or 0xCF425F) is known color: Mandy. HEX triplet: CF, 42 and 5F. RGB value is (207,66,95). Sum of RGB (Red+Green+Blue) = 207+66+95=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF425F is #30BDA0. Grayscale: #6F6F6F. Windows color (decimal): -3194273 or 6243023. OLE color: 6243023.

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

Color convert

RGB 207 66 95 -
CMYK 0 0.68 0.54 0.19
HSL 347.66º 0.59% 0.54% -
HSV(B) 347.66º 0.68% 0.81% -
XYZ 29.75 17.99 12.73 -
YUV 111.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 207 66 95 0 0.68 0.54 0.19 347.66 0.59 0.54
Hex CF 42 5F 0 44 36 13 15C 3B 36
Octal 317 102 137 0 104 66 23 534 73 66
Binary 11001111 1000010 1011111 0 1000100 110110 10011 101011100 111011 110110

Color Harmonies of #CF425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF425F

Black with #CF425F

Text Example


Text Example

White with #CF425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF425F; }

 p { color: rgb(207,66,95); }

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

background-color css

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

 a { background-color: rgb(207,66,95); }

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

border-color css

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

 span { border-color: rgb(207,66,95); }

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