Html Css Color HEX #CE6064 Mandy

📋 copy color: '#CE6064'

red 206 ◦ green 96 ◦ blue 100

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

Shades of Mandy #CE6064

Tints of Mandy #CE6064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.88%

 BLUE value IS 100 (39.45% from 255) = 24.88%

R = 51.24%
G = 23.88%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE6064 (or 0xCE6064) is known color: Mandy. HEX triplet: CE, 60 and 64. RGB value is (206,96,100). Sum of RGB (Red+Green+Blue) = 206+96+100=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6064 is #319F9B. Grayscale: #818181. Windows color (decimal): -3252124 or 6578382. OLE color: 6578382.

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

Color convert

RGB 206 96 100 -
CMYK 0 0.53 0.51 0.19
HSL 357.82º 0.53% 0.59% -
HSV(B) 357.82º 0.53% 0.81% -
XYZ 31.94 22.41 14.7 -
YUV 129.35 111.44 182.67 -
System Red Green Blue C M Y K H S L
Decimal 206 96 100 0 0.53 0.51 0.19 357.82 0.53 0.59
Hex CE 60 64 0 35 33 13 166 35 3B
Octal 316 140 144 0 65 63 23 546 65 73
Binary 11001110 1100000 1100100 0 110101 110011 10011 101100110 110101 111011

Color Harmonies of #CE6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6064

Black with #CE6064

Text Example


Text Example

White with #CE6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6064; }

 p { color: rgb(206,96,100); }

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

background-color css

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

 a { background-color: rgb(206,96,100); }

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

border-color css

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

 span { border-color: rgb(206,96,100); }

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