Html Css Color HEX #CF4C4E Mandy

📋 copy color: '#CF4C4E'

red 207 ◦ green 76 ◦ blue 78

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

Shades of Mandy #CF4C4E

Tints of Mandy #CF4C4E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.05%

 BLUE value IS 78 (30.86% from 255) = 21.61%

R = 57.34%
G = 21.05%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF4C4E (or 0xCF4C4E) is known color: Mandy. HEX triplet: CF, 4C and 4E. RGB value is (207,76,78). Sum of RGB (Red+Green+Blue) = 207+76+78=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C4E is #30B3B1. Grayscale: #737373. Windows color (decimal): -3191730 or 5131471. OLE color: 5131471.

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

Color convert

RGB 207 76 78 -
CMYK 0 0.63 0.62 0.19
HSL 359.08º 0.58% 0.55% -
HSV(B) 359.08º 0.63% 0.81% -
XYZ 29.69 18.98 9.31 -
YUV 115.4 106.9 193.34 -
System Red Green Blue C M Y K H S L
Decimal 207 76 78 0 0.63 0.62 0.19 359.08 0.58 0.55
Hex CF 4C 4E 0 3F 3E 13 167 3A 37
Octal 317 114 116 0 77 76 23 547 72 67
Binary 11001111 1001100 1001110 0 111111 111110 10011 101100111 111010 110111

Color Harmonies of #CF4C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C4E

Black with #CF4C4E

Text Example


Text Example

White with #CF4C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C4E; }

 p { color: rgb(207,76,78); }

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

background-color css

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

 a { background-color: rgb(207,76,78); }

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

border-color css

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

 span { border-color: rgb(207,76,78); }

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