Html Css Color HEX #CE3465 Cerise

📋 copy color: '#CE3465'

red 206 ◦ green 52 ◦ blue 101

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

Shades of Cerise #CE3465

Tints of Cerise #CE3465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 57.38%
G = 14.48%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE3465 (or 0xCE3465) is known color: Cerise. HEX triplet: CE, 34 and 65. RGB value is (206,52,101). Sum of RGB (Red+Green+Blue) = 206+52+101=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3465 is #31CB9A. Grayscale: #676767. Windows color (decimal): -3263387 or 6632654. OLE color: 6632654.

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

Color convert

RGB 206 52 101 -
CMYK 0 0.75 0.51 0.19
HSL 340.91º 0.61% 0.51% -
HSV(B) 340.91º 0.75% 0.81% -
XYZ 29.03 16.52 13.97 -
YUV 103.63 126.52 201.02 -
System Red Green Blue C M Y K H S L
Decimal 206 52 101 0 0.75 0.51 0.19 340.91 0.61 0.51
Hex CE 34 65 0 4B 33 13 155 3D 33
Octal 316 64 145 0 113 63 23 525 75 63
Binary 11001110 110100 1100101 0 1001011 110011 10011 101010101 111101 110011

Color Harmonies of #CE3465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3465

Black with #CE3465

Text Example


Text Example

White with #CE3465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3465; }

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

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

background-color css

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

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

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

border-color css

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

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

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