Html Css Color HEX #CF424C Mandy

📋 copy color: '#CF424C'

red 207 ◦ green 66 ◦ blue 76

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

Shades of Mandy #CF424C

Tints of Mandy #CF424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 59.31%
G = 18.91%
B = 21.78%

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

#CF424C (or 0xCF424C) is known color: Mandy. HEX triplet: CF, 42 and 4C. RGB value is (207,66,76). Sum of RGB (Red+Green+Blue) = 207+66+76=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF424C is #30BDB3. Grayscale: #6D6D6D. Windows color (decimal): -3194292 or 4997839. OLE color: 4997839.

HSL color Cylindrical-coordinate representation of color #CF424C: hue angle of 355.74º 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 #CF424C is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 66 76 -
CMYK 0 0.68 0.63 0.19
HSL 355.74º 0.59% 0.54% -
HSV(B) 355.74º 0.68% 0.81% -
XYZ 28.98 17.68 8.72 -
YUV 109.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 207 66 76 0 0.68 0.63 0.19 355.74 0.59 0.54
Hex CF 42 4C 0 44 3F 13 164 3B 36
Octal 317 102 114 0 104 77 23 544 73 66
Binary 11001111 1000010 1001100 0 1000100 111111 10011 101100100 111011 110110

Color Harmonies of #CF424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF424C

Black with #CF424C

Text Example


Text Example

White with #CF424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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