Html Css Color HEX #CF434C Mandy

📋 copy color: '#CF434C'

red 207 ◦ green 67 ◦ blue 76

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

Shades of Mandy #CF434C

Tints of Mandy #CF434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.14%

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

R = 59.14%
G = 19.14%
B = 21.71%

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

#CF434C (or 0xCF434C) is known color: Mandy. HEX triplet: CF, 43 and 4C. RGB value is (207,67,76). Sum of RGB (Red+Green+Blue) = 207+67+76=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF434C is #30BCB3. Grayscale: #6D6D6D. Windows color (decimal): -3194036 or 4998095. OLE color: 4998095.

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

Color convert

RGB 207 67 76 -
CMYK 0 0.68 0.63 0.19
HSL 356.14º 0.59% 0.54% -
HSV(B) 356.14º 0.68% 0.81% -
XYZ 29.04 17.8 8.74 -
YUV 109.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 207 67 76 0 0.68 0.63 0.19 356.14 0.59 0.54
Hex CF 43 4C 0 44 3F 13 164 3B 36
Octal 317 103 114 0 104 77 23 544 73 66
Binary 11001111 1000011 1001100 0 1000100 111111 10011 101100100 111011 110110

Color Harmonies of #CF434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF434C

Black with #CF434C

Text Example


Text Example

White with #CF434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF434C; }

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

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

background-color css

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

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

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

border-color css

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

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

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