Html Css Color HEX #CF4647 Mandy

📋 copy color: '#CF4647'

red 207 ◦ green 70 ◦ blue 71

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

Shades of Mandy #CF4647

Tints of Mandy #CF4647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 71 (28.13% from 255) = 20.4%

R = 59.48%
G = 20.11%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF4647 (or 0xCF4647) is known color: Mandy. HEX triplet: CF, 46 and 47. RGB value is (207,70,71). Sum of RGB (Red+Green+Blue) = 207+70+71=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4647 is #30B9B8. Grayscale: #6F6F6F. Windows color (decimal): -3193273 or 4671183. OLE color: 4671183.

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

Color convert

RGB 207 70 71 -
CMYK 0 0.66 0.66 0.19
HSL 359.56º 0.59% 0.54% -
HSV(B) 359.56º 0.66% 0.81% -
XYZ 29.06 18.1 7.92 -
YUV 111.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 207 70 71 0 0.66 0.66 0.19 359.56 0.59 0.54
Hex CF 46 47 0 42 42 13 168 3B 36
Octal 317 106 107 0 102 102 23 550 73 66
Binary 11001111 1000110 1000111 0 1000010 1000010 10011 101101000 111011 110110

Color Harmonies of #CF4647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4647

Black with #CF4647

Text Example


Text Example

White with #CF4647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4647; }

 p { color: rgb(207,70,71); }

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

background-color css

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

 a { background-color: rgb(207,70,71); }

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

border-color css

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

 span { border-color: rgb(207,70,71); }

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