Html Css Color HEX #CF5354 Mandy

📋 copy color: '#CF5354'

red 207 ◦ green 83 ◦ blue 84

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

Shades of Mandy #CF5354

Tints of Mandy #CF5354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.19%

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 55.35%
G = 22.19%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF5354 (or 0xCF5354) is known color: Mandy. HEX triplet: CF, 53 and 54. RGB value is (207,83,84). Sum of RGB (Red+Green+Blue) = 207+83+84=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5354 is #30ACAB. Grayscale: #787878. Windows color (decimal): -3189932 or 5526479. OLE color: 5526479.

HSL color Cylindrical-coordinate representation of color #CF5354: hue angle of 359.52º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5354 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 83 84 -
CMYK 0 0.60 0.59 0.19
HSL 359.52º 0.56% 0.57% -
HSV(B) 359.52º 0.6% 0.81% -
XYZ 30.43 20.09 10.66 -
YUV 120.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 207 83 84 0 0.60 0.59 0.19 359.52 0.56 0.57
Hex CF 53 54 0 3C 3B 13 168 38 39
Octal 317 123 124 0 74 73 23 550 70 71
Binary 11001111 1010011 1010100 0 111100 111011 10011 101101000 111000 111001

Color Harmonies of #CF5354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5354

Black with #CF5354

Text Example


Text Example

White with #CF5354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5354; }

 p { color: rgb(207,83,84); }

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

background-color css

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

 a { background-color: rgb(207,83,84); }

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

border-color css

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

 span { border-color: rgb(207,83,84); }

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