Html Css Color HEX #CF495D Mandy

📋 copy color: '#CF495D'

red 207 ◦ green 73 ◦ blue 93

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

Shades of Mandy #CF495D

Tints of Mandy #CF495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.57%

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

R = 55.5%
G = 19.57%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF495D (or 0xCF495D) is known color: Mandy. HEX triplet: CF, 49 and 5D. RGB value is (207,73,93). Sum of RGB (Red+Green+Blue) = 207+73+93=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF495D is #30B6A2. Grayscale: #737373. Windows color (decimal): -3192483 or 6113743. OLE color: 6113743.

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

Color convert

RGB 207 73 93 -
CMYK 0 0.65 0.55 0.19
HSL 351.04º 0.58% 0.55% -
HSV(B) 351.04º 0.65% 0.81% -
XYZ 30.09 18.82 12.4 -
YUV 115.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 207 73 93 0 0.65 0.55 0.19 351.04 0.58 0.55
Hex CF 49 5D 0 41 37 13 15F 3A 37
Octal 317 111 135 0 101 67 23 537 72 67
Binary 11001111 1001001 1011101 0 1000001 110111 10011 101011111 111010 110111

Color Harmonies of #CF495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF495D

Black with #CF495D

Text Example


Text Example

White with #CF495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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