Html Css Color HEX #CF475D Mandy

📋 copy color: '#CF475D'

red 207 ◦ green 71 ◦ blue 93

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

Shades of Mandy #CF475D

Tints of Mandy #CF475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.07%

R = 55.8%
G = 19.14%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF475D (or 0xCF475D) is known color: Mandy. HEX triplet: CF, 47 and 5D. RGB value is (207,71,93). Sum of RGB (Red+Green+Blue) = 207+71+93=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF475D is #30B8A2. Grayscale: #727272. Windows color (decimal): -3192995 or 6113231. OLE color: 6113231.

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

Color convert

RGB 207 71 93 -
CMYK 0 0.66 0.55 0.19
HSL 350.29º 0.59% 0.55% -
HSV(B) 350.29º 0.66% 0.81% -
XYZ 29.96 18.56 12.36 -
YUV 114.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 207 71 93 0 0.66 0.55 0.19 350.29 0.59 0.55
Hex CF 47 5D 0 42 37 13 15E 3B 37
Octal 317 107 135 0 102 67 23 536 73 67
Binary 11001111 1000111 1011101 0 1000010 110111 10011 101011110 111011 110111

Color Harmonies of #CF475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF475D

Black with #CF475D

Text Example


Text Example

White with #CF475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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