Html Css Color HEX #CF6268 Mandy

📋 copy color: '#CF6268'

red 207 ◦ green 98 ◦ blue 104

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

Shades of Mandy #CF6268

Tints of Mandy #CF6268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.96%

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

R = 50.61%
G = 23.96%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF6268 (or 0xCF6268) is known color: Mandy. HEX triplet: CF, 62 and 68. RGB value is (207,98,104). Sum of RGB (Red+Green+Blue) = 207+98+104=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6268 is #309D97. Grayscale: #838383. Windows color (decimal): -3186072 or 6841039. OLE color: 6841039.

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

Color convert

RGB 207 98 104 -
CMYK 0 0.53 0.50 0.19
HSL 356.7º 0.53% 0.6% -
HSV(B) 356.7º 0.53% 0.81% -
XYZ 32.6 23 15.82 -
YUV 131.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 207 98 104 0 0.53 0.50 0.19 356.7 0.53 0.6
Hex CF 62 68 0 35 32 13 165 35 3C
Octal 317 142 150 0 65 62 23 545 65 74
Binary 11001111 1100010 1101000 0 110101 110010 10011 101100101 110101 111100

Color Harmonies of #CF6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6268

Black with #CF6268

Text Example


Text Example

White with #CF6268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6268; }

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

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

background-color css

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

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

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

border-color css

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

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

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