Html Css Color HEX #CF6466 Mandy

📋 copy color: '#CF6466'

red 207 ◦ green 100 ◦ blue 102

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

Shades of Mandy #CF6466

Tints of Mandy #CF6466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.94%

R = 50.61%
G = 24.45%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF6466 (or 0xCF6466) is known color: Mandy. HEX triplet: CF, 64 and 66. RGB value is (207,100,102). Sum of RGB (Red+Green+Blue) = 207+100+102=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6466 is #309B99. Grayscale: #848484. Windows color (decimal): -3185562 or 6710479. OLE color: 6710479.

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

Color convert

RGB 207 100 102 -
CMYK 0 0.52 0.51 0.19
HSL 358.88º 0.53% 0.6% -
HSV(B) 358.88º 0.52% 0.81% -
XYZ 32.69 23.34 15.35 -
YUV 132.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 207 100 102 0 0.52 0.51 0.19 358.88 0.53 0.6
Hex CF 64 66 0 34 33 13 167 35 3C
Octal 317 144 146 0 64 63 23 547 65 74
Binary 11001111 1100100 1100110 0 110100 110011 10011 101100111 110101 111100

Color Harmonies of #CF6466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6466

Black with #CF6466

Text Example


Text Example

White with #CF6466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6466; }

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

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

background-color css

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

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

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

border-color css

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

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

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