Html Css Color HEX #CF475F Mandy

📋 copy color: '#CF475F'

red 207 ◦ green 71 ◦ blue 95

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

Shades of Mandy #CF475F

Tints of Mandy #CF475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.03%

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

R = 55.5%
G = 19.03%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF475F (or 0xCF475F) is known color: Mandy. HEX triplet: CF, 47 and 5F. RGB value is (207,71,95). Sum of RGB (Red+Green+Blue) = 207+71+95=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF475F is #30B8A0. Grayscale: #727272. Windows color (decimal): -3192993 or 6244303. OLE color: 6244303.

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

Color convert

RGB 207 71 95 -
CMYK 0 0.66 0.54 0.19
HSL 349.41º 0.59% 0.55% -
HSV(B) 349.41º 0.66% 0.81% -
XYZ 30.05 18.6 12.83 -
YUV 114.4 117.06 194.05 -
System Red Green Blue C M Y K H S L
Decimal 207 71 95 0 0.66 0.54 0.19 349.41 0.59 0.55
Hex CF 47 5F 0 42 36 13 15D 3B 37
Octal 317 107 137 0 102 66 23 535 73 67
Binary 11001111 1000111 1011111 0 1000010 110110 10011 101011101 111011 110111

Color Harmonies of #CF475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF475F

Black with #CF475F

Text Example


Text Example

White with #CF475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF475F; }

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

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

background-color css

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

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

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

border-color css

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

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

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