Html Css Color HEX #CF5355 Mandy

📋 copy color: '#CF5355'

red 207 ◦ green 83 ◦ blue 85

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

Shades of Mandy #CF5355

Tints of Mandy #CF5355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.67%

R = 55.2%
G = 22.13%
B = 22.67%

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

#CF5355 (or 0xCF5355) is known color: Mandy. HEX triplet: CF, 53 and 55. RGB value is (207,83,85). Sum of RGB (Red+Green+Blue) = 207+83+85=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5355 is #30ACAA. Grayscale: #787878. Windows color (decimal): -3189931 or 5592015. OLE color: 5592015.

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

Color convert

RGB 207 83 85 -
CMYK 0 0.60 0.59 0.19
HSL 359.03º 0.56% 0.57% -
HSV(B) 359.03º 0.6% 0.81% -
XYZ 30.47 20.11 10.87 -
YUV 120.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 207 83 85 0 0.60 0.59 0.19 359.03 0.56 0.57
Hex CF 53 55 0 3C 3B 13 167 38 39
Octal 317 123 125 0 74 73 23 547 70 71
Binary 11001111 1010011 1010101 0 111100 111011 10011 101100111 111000 111001

Color Harmonies of #CF5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5355

Black with #CF5355

Text Example


Text Example

White with #CF5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5355; }

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

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

background-color css

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

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

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

border-color css

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

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

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