Html Css Color HEX #CF6468 Mandy

📋 copy color: '#CF6468'

red 207 ◦ green 100 ◦ blue 104

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

Shades of Mandy #CF6468

Tints of Mandy #CF6468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.33%

 BLUE value IS 104 (41.02% from 255) = 25.3%

R = 50.36%
G = 24.33%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF6468 (or 0xCF6468) is known color: Mandy. HEX triplet: CF, 64 and 68. RGB value is (207,100,104). Sum of RGB (Red+Green+Blue) = 207+100+104=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6468 is #309B97. Grayscale: #848484. Windows color (decimal): -3185560 or 6841551. OLE color: 6841551.

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

Color convert

RGB 207 100 104 -
CMYK 0 0.52 0.50 0.19
HSL 357.76º 0.53% 0.6% -
HSV(B) 357.76º 0.52% 0.81% -
XYZ 32.79 23.38 15.88 -
YUV 132.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 207 100 104 0 0.52 0.50 0.19 357.76 0.53 0.6
Hex CF 64 68 0 34 32 13 166 35 3C
Octal 317 144 150 0 64 62 23 546 65 74
Binary 11001111 1100100 1101000 0 110100 110010 10011 101100110 110101 111100

Color Harmonies of #CF6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6468

Black with #CF6468

Text Example


Text Example

White with #CF6468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6468; }

 p { color: rgb(207,100,104); }

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

background-color css

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

 a { background-color: rgb(207,100,104); }

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

border-color css

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

 span { border-color: rgb(207,100,104); }

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