Html Css Color HEX #CF6368 Mandy

📋 copy color: '#CF6368'

red 207 ◦ green 99 ◦ blue 104

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

Shades of Mandy #CF6368

Tints of Mandy #CF6368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.15%

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

R = 50.49%
G = 24.15%
B = 25.37%

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

#CF6368 (or 0xCF6368) is known color: Mandy. HEX triplet: CF, 63 and 68. RGB value is (207,99,104). Sum of RGB (Red+Green+Blue) = 207+99+104=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6368 is #309C97. Grayscale: #838383. Windows color (decimal): -3185816 or 6841295. OLE color: 6841295.

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

Color convert

RGB 207 99 104 -
CMYK 0 0.52 0.50 0.19
HSL 357.22º 0.53% 0.6% -
HSV(B) 357.22º 0.52% 0.81% -
XYZ 32.69 23.19 15.85 -
YUV 131.86 112.28 181.59 -
System Red Green Blue C M Y K H S L
Decimal 207 99 104 0 0.52 0.50 0.19 357.22 0.53 0.6
Hex CF 63 68 0 34 32 13 165 35 3C
Octal 317 143 150 0 64 62 23 545 65 74
Binary 11001111 1100011 1101000 0 110100 110010 10011 101100101 110101 111100

Color Harmonies of #CF6368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6368

Black with #CF6368

Text Example


Text Example

White with #CF6368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6368; }

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

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

background-color css

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

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

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

border-color css

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

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

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