Html Css Color HEX #CF475B Mandy

📋 copy color: '#CF475B'

red 207 ◦ green 71 ◦ blue 91

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

Shades of Mandy #CF475B

Tints of Mandy #CF475B

RGB

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

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

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

R = 56.1%
G = 19.24%
B = 24.66%

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

#CF475B (or 0xCF475B) is known color: Mandy. HEX triplet: CF, 47 and 5B. RGB value is (207,71,91). Sum of RGB (Red+Green+Blue) = 207+71+91=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF475B is #30B8A4. Grayscale: #727272. Windows color (decimal): -3192997 or 5982159. OLE color: 5982159.

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

Color convert

RGB 207 71 91 -
CMYK 0 0.66 0.56 0.19
HSL 351.18º 0.59% 0.55% -
HSV(B) 351.18º 0.66% 0.81% -
XYZ 29.87 18.53 11.9 -
YUV 113.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 207 71 91 0 0.66 0.56 0.19 351.18 0.59 0.55
Hex CF 47 5B 0 42 38 13 15F 3B 37
Octal 317 107 133 0 102 70 23 537 73 67
Binary 11001111 1000111 1011011 0 1000010 111000 10011 101011111 111011 110111

Color Harmonies of #CF475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF475B

Black with #CF475B

Text Example


Text Example

White with #CF475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF475B; }

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

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

background-color css

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

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

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

border-color css

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

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

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