Html Css Color HEX #CF5C60 Mandy

📋 copy color: '#CF5C60'

red 207 ◦ green 92 ◦ blue 96

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

Shades of Mandy #CF5C60

Tints of Mandy #CF5C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

 BLUE value IS 96 (37.89% from 255) = 24.3%

R = 52.41%
G = 23.29%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF5C60 (or 0xCF5C60) is known color: Mandy. HEX triplet: CF, 5C and 60. RGB value is (207,92,96). Sum of RGB (Red+Green+Blue) = 207+92+96=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C60 is #30A39F. Grayscale: #7E7E7E. Windows color (decimal): -3187616 or 6315215. OLE color: 6315215.

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

Color convert

RGB 207 92 96 -
CMYK 0 0.56 0.54 0.19
HSL 357.91º 0.55% 0.59% -
HSV(B) 357.91º 0.56% 0.81% -
XYZ 31.67 21.76 13.6 -
YUV 126.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 207 92 96 0 0.56 0.54 0.19 357.91 0.55 0.59
Hex CF 5C 60 0 38 36 13 166 37 3B
Octal 317 134 140 0 70 66 23 546 67 73
Binary 11001111 1011100 1100000 0 111000 110110 10011 101100110 110111 111011

Color Harmonies of #CF5C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C60

Black with #CF5C60

Text Example


Text Example

White with #CF5C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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