Html Css Color HEX #CF4151 Mandy

📋 copy color: '#CF4151'

red 207 ◦ green 65 ◦ blue 81

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

Shades of Mandy #CF4151

Tints of Mandy #CF4151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.41%

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 58.64%
G = 18.41%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF4151 (or 0xCF4151) is known color: Mandy. HEX triplet: CF, 41 and 51. RGB value is (207,65,81). Sum of RGB (Red+Green+Blue) = 207+65+81=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4151 is #30BEAE. Grayscale: #6D6D6D. Windows color (decimal): -3194543 or 5325263. OLE color: 5325263.

HSL color Cylindrical-coordinate representation of color #CF4151: hue angle of 353.24º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4151 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 65 81 -
CMYK 0 0.69 0.61 0.19
HSL 353.24º 0.6% 0.53% -
HSV(B) 353.24º 0.69% 0.81% -
XYZ 29.11 17.64 9.66 -
YUV 109.28 112.04 197.7 -
System Red Green Blue C M Y K H S L
Decimal 207 65 81 0 0.69 0.61 0.19 353.24 0.6 0.53
Hex CF 41 51 0 45 3D 13 161 3C 35
Octal 317 101 121 0 105 75 23 541 74 65
Binary 11001111 1000001 1010001 0 1000101 111101 10011 101100001 111100 110101

Color Harmonies of #CF4151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4151

Black with #CF4151

Text Example


Text Example

White with #CF4151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4151; }

 p { color: rgb(207,65,81); }

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

background-color css

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

 a { background-color: rgb(207,65,81); }

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

border-color css

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

 span { border-color: rgb(207,65,81); }

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