Html Css Color HEX #CE3468 Cerise

📋 copy color: '#CE3468'

red 206 ◦ green 52 ◦ blue 104

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

Shades of Cerise #CE3468

Tints of Cerise #CE3468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.36%

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

R = 56.91%
G = 14.36%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE3468 (or 0xCE3468) is known color: Cerise. HEX triplet: CE, 34 and 68. RGB value is (206,52,104). Sum of RGB (Red+Green+Blue) = 206+52+104=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3468 is #31CB97. Grayscale: #676767. Windows color (decimal): -3263384 or 6829262. OLE color: 6829262.

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

Color convert

RGB 206 52 104 -
CMYK 0 0.75 0.50 0.19
HSL 339.74º 0.61% 0.51% -
HSV(B) 339.74º 0.75% 0.81% -
XYZ 29.18 16.58 14.76 -
YUV 103.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 206 52 104 0 0.75 0.50 0.19 339.74 0.61 0.51
Hex CE 34 68 0 4B 32 13 154 3D 33
Octal 316 64 150 0 113 62 23 524 75 63
Binary 11001110 110100 1101000 0 1001011 110010 10011 101010100 111101 110011

Color Harmonies of #CE3468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3468

Black with #CE3468

Text Example


Text Example

White with #CE3468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3468; }

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

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

background-color css

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

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

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

border-color css

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

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

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