Html Css Color HEX #CF414C Mandy

📋 copy color: '#CF414C'

red 207 ◦ green 65 ◦ blue 76

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

Shades of Mandy #CF414C

Tints of Mandy #CF414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

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

R = 59.48%
G = 18.68%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF414C (or 0xCF414C) is known color: Mandy. HEX triplet: CF, 41 and 4C. RGB value is (207,65,76). Sum of RGB (Red+Green+Blue) = 207+65+76=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF414C is #30BEB3. Grayscale: #6C6C6C. Windows color (decimal): -3194548 or 4997583. OLE color: 4997583.

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

Color convert

RGB 207 65 76 -
CMYK 0 0.69 0.63 0.19
HSL 355.35º 0.6% 0.53% -
HSV(B) 355.35º 0.69% 0.81% -
XYZ 28.93 17.57 8.7 -
YUV 108.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 207 65 76 0 0.69 0.63 0.19 355.35 0.6 0.53
Hex CF 41 4C 0 45 3F 13 163 3C 35
Octal 317 101 114 0 105 77 23 543 74 65
Binary 11001111 1000001 1001100 0 1000101 111111 10011 101100011 111100 110101

Color Harmonies of #CF414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF414C

Black with #CF414C

Text Example


Text Example

White with #CF414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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