Html Css Color HEX #CF425C Mandy

📋 copy color: '#CF425C'

red 207 ◦ green 66 ◦ blue 92

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

Shades of Mandy #CF425C

Tints of Mandy #CF425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 56.71%
G = 18.08%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF425C (or 0xCF425C) is known color: Mandy. HEX triplet: CF, 42 and 5C. RGB value is (207,66,92). Sum of RGB (Red+Green+Blue) = 207+66+92=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF425C is #30BDA3. Grayscale: #6F6F6F. Windows color (decimal): -3194276 or 6046415. OLE color: 6046415.

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

Color convert

RGB 207 66 92 -
CMYK 0 0.68 0.56 0.19
HSL 348.94º 0.59% 0.54% -
HSV(B) 348.94º 0.68% 0.81% -
XYZ 29.61 17.93 12.03 -
YUV 111.12 117.21 196.39 -
System Red Green Blue C M Y K H S L
Decimal 207 66 92 0 0.68 0.56 0.19 348.94 0.59 0.54
Hex CF 42 5C 0 44 38 13 15D 3B 36
Octal 317 102 134 0 104 70 23 535 73 66
Binary 11001111 1000010 1011100 0 1000100 111000 10011 101011101 111011 110110

Color Harmonies of #CF425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF425C

Black with #CF425C

Text Example


Text Example

White with #CF425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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