Html Css Color HEX #CF424D Mandy

📋 copy color: '#CF424D'

red 207 ◦ green 66 ◦ blue 77

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

Shades of Mandy #CF424D

Tints of Mandy #CF424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

 BLUE value IS 77 (30.47% from 255) = 22%

R = 59.14%
G = 18.86%
B = 22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF424D (or 0xCF424D) is known color: Mandy. HEX triplet: CF, 42 and 4D. RGB value is (207,66,77). Sum of RGB (Red+Green+Blue) = 207+66+77=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF424D is #30BDB2. Grayscale: #6D6D6D. Windows color (decimal): -3194291 or 5063375. OLE color: 5063375.

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

Color convert

RGB 207 66 77 -
CMYK 0 0.68 0.63 0.19
HSL 355.32º 0.59% 0.54% -
HSV(B) 355.32º 0.68% 0.81% -
XYZ 29.02 17.7 8.91 -
YUV 109.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 207 66 77 0 0.68 0.63 0.19 355.32 0.59 0.54
Hex CF 42 4D 0 44 3F 13 163 3B 36
Octal 317 102 115 0 104 77 23 543 73 66
Binary 11001111 1000010 1001101 0 1000100 111111 10011 101100011 111011 110110

Color Harmonies of #CF424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF424D

Black with #CF424D

Text Example


Text Example

White with #CF424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF424D; }

 p { color: rgb(207,66,77); }

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

background-color css

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

 a { background-color: rgb(207,66,77); }

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

border-color css

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

 span { border-color: rgb(207,66,77); }

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