Html Css Color HEX #CF475C Mandy

📋 copy color: '#CF475C'

red 207 ◦ green 71 ◦ blue 92

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

Shades of Mandy #CF475C

Tints of Mandy #CF475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.86%

R = 55.95%
G = 19.19%
B = 24.86%

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

#CF475C (or 0xCF475C) is known color: Mandy. HEX triplet: CF, 47 and 5C. RGB value is (207,71,92). Sum of RGB (Red+Green+Blue) = 207+71+92=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF475C is #30B8A3. Grayscale: #727272. Windows color (decimal): -3192996 or 6047695. OLE color: 6047695.

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

Color convert

RGB 207 71 92 -
CMYK 0 0.66 0.56 0.19
HSL 350.74º 0.59% 0.55% -
HSV(B) 350.74º 0.66% 0.81% -
XYZ 29.92 18.54 12.13 -
YUV 114.06 115.56 194.29 -
System Red Green Blue C M Y K H S L
Decimal 207 71 92 0 0.66 0.56 0.19 350.74 0.59 0.55
Hex CF 47 5C 0 42 38 13 15F 3B 37
Octal 317 107 134 0 102 70 23 537 73 67
Binary 11001111 1000111 1011100 0 1000010 111000 10011 101011111 111011 110111

Color Harmonies of #CF475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF475C

Black with #CF475C

Text Example


Text Example

White with #CF475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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