Html Css Color HEX #CF4748 Mandy

📋 copy color: '#CF4748'

red 207 ◦ green 71 ◦ blue 72

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

Shades of Mandy #CF4748

Tints of Mandy #CF4748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 59.14%
G = 20.29%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF4748 (or 0xCF4748) is known color: Mandy. HEX triplet: CF, 47 and 48. RGB value is (207,71,72). Sum of RGB (Red+Green+Blue) = 207+71+72=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4748 is #30B8B7. Grayscale: #6F6F6F. Windows color (decimal): -3193016 or 4736975. OLE color: 4736975.

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

Color convert

RGB 207 71 72 -
CMYK 0 0.66 0.65 0.19
HSL 359.56º 0.59% 0.55% -
HSV(B) 359.56º 0.66% 0.81% -
XYZ 29.16 18.24 8.11 -
YUV 111.78 105.56 195.92 -
System Red Green Blue C M Y K H S L
Decimal 207 71 72 0 0.66 0.65 0.19 359.56 0.59 0.55
Hex CF 47 48 0 42 41 13 168 3B 37
Octal 317 107 110 0 102 101 23 550 73 67
Binary 11001111 1000111 1001000 0 1000010 1000001 10011 101101000 111011 110111

Color Harmonies of #CF4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4748

Black with #CF4748

Text Example


Text Example

White with #CF4748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4748; }

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

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

background-color css

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

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

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

border-color css

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

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

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