Html Css Color HEX #CF4A4D Mandy

📋 copy color: '#CF4A4D'

red 207 ◦ green 74 ◦ blue 77

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

Shades of Mandy #CF4A4D

Tints of Mandy #CF4A4D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.67%

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

R = 57.82%
G = 20.67%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF4A4D (or 0xCF4A4D) is known color: Mandy. HEX triplet: CF, 4A and 4D. RGB value is (207,74,77). Sum of RGB (Red+Green+Blue) = 207+74+77=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4A4D is #30B5B2. Grayscale: #727272. Windows color (decimal): -3192243 or 5065423. OLE color: 5065423.

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

Color convert

RGB 207 74 77 -
CMYK 0 0.64 0.63 0.19
HSL 358.65º 0.58% 0.55% -
HSV(B) 358.65º 0.64% 0.81% -
XYZ 29.52 18.7 9.07 -
YUV 114.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 207 74 77 0 0.64 0.63 0.19 358.65 0.58 0.55
Hex CF 4A 4D 0 40 3F 13 167 3A 37
Octal 317 112 115 0 100 77 23 547 72 67
Binary 11001111 1001010 1001101 0 1000000 111111 10011 101100111 111010 110111

Color Harmonies of #CF4A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4A4D

Black with #CF4A4D

Text Example


Text Example

White with #CF4A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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