Html Css Color HEX #CF4853 Mandy

📋 copy color: '#CF4853'

red 207 ◦ green 72 ◦ blue 83

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

Shades of Mandy #CF4853

Tints of Mandy #CF4853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.89%

 BLUE value IS 83 (32.81% from 255) = 22.93%

R = 57.18%
G = 19.89%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF4853 (or 0xCF4853) is known color: Mandy. HEX triplet: CF, 48 and 53. RGB value is (207,72,83). Sum of RGB (Red+Green+Blue) = 207+72+83=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4853 is #30B7AC. Grayscale: #717171. Windows color (decimal): -3192749 or 5458127. OLE color: 5458127.

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

Color convert

RGB 207 72 83 -
CMYK 0 0.65 0.60 0.19
HSL 355.11º 0.58% 0.55% -
HSV(B) 355.11º 0.65% 0.81% -
XYZ 29.61 18.52 10.2 -
YUV 113.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 207 72 83 0 0.65 0.60 0.19 355.11 0.58 0.55
Hex CF 48 53 0 41 3C 13 163 3A 37
Octal 317 110 123 0 101 74 23 543 72 67
Binary 11001111 1001000 1010011 0 1000001 111100 10011 101100011 111010 110111

Color Harmonies of #CF4853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4853

Black with #CF4853

Text Example


Text Example

White with #CF4853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4853; }

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

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

background-color css

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

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

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

border-color css

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

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

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