Html Css Color HEX #CF5261 Mandy

📋 copy color: '#CF5261'

red 207 ◦ green 82 ◦ blue 97

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

Shades of Mandy #CF5261

Tints of Mandy #CF5261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.24%

 BLUE value IS 97 (38.28% from 255) = 25.13%

R = 53.63%
G = 21.24%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF5261 (or 0xCF5261) is known color: Mandy. HEX triplet: CF, 52 and 61. RGB value is (207,82,97). Sum of RGB (Red+Green+Blue) = 207+82+97=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5261 is #30AD9E. Grayscale: #797979. Windows color (decimal): -3190175 or 6378191. OLE color: 6378191.

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

Color convert

RGB 207 82 97 -
CMYK 0 0.60 0.53 0.19
HSL 352.8º 0.57% 0.57% -
HSV(B) 352.8º 0.6% 0.81% -
XYZ 30.91 20.16 13.57 -
YUV 121.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 207 82 97 0 0.60 0.53 0.19 352.8 0.57 0.57
Hex CF 52 61 0 3C 35 13 161 39 39
Octal 317 122 141 0 74 65 23 541 71 71
Binary 11001111 1010010 1100001 0 111100 110101 10011 101100001 111001 111001

Color Harmonies of #CF5261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5261

Black with #CF5261

Text Example


Text Example

White with #CF5261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5261; }

 p { color: rgb(207,82,97); }

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

background-color css

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

 a { background-color: rgb(207,82,97); }

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

border-color css

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

 span { border-color: rgb(207,82,97); }

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