Html Css Color HEX #CE6368 Mandy

📋 copy color: '#CE6368'

red 206 ◦ green 99 ◦ blue 104

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

Shades of Mandy #CE6368

Tints of Mandy #CE6368

RGB

 RED value IS 206 (80.86% from 255) = 50.37%

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

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

R = 50.37%
G = 24.21%
B = 25.43%

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

#CE6368 (or 0xCE6368) is known color: Mandy. HEX triplet: CE, 63 and 68. RGB value is (206,99,104). Sum of RGB (Red+Green+Blue) = 206+99+104=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6368 is #319C97. Grayscale: #838383. Windows color (decimal): -3251352 or 6841294. OLE color: 6841294.

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

Color convert

RGB 206 99 104 -
CMYK 0 0.52 0.50 0.19
HSL 357.2º 0.52% 0.6% -
HSV(B) 357.2º 0.52% 0.81% -
XYZ 32.41 23.04 15.84 -
YUV 131.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 206 99 104 0 0.52 0.50 0.19 357.2 0.52 0.6
Hex CE 63 68 0 34 32 13 165 34 3C
Octal 316 143 150 0 64 62 23 545 64 74
Binary 11001110 1100011 1101000 0 110100 110010 10011 101100101 110100 111100

Color Harmonies of #CE6368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6368

Black with #CE6368

Text Example


Text Example

White with #CE6368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6368; }

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

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

background-color css

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

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

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

border-color css

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

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

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