Html Css Color HEX #CE345E Cerise

📋 copy color: '#CE345E'

red 206 ◦ green 52 ◦ blue 94

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

Shades of Cerise #CE345E

Tints of Cerise #CE345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 58.52%
G = 14.77%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE345E (or 0xCE345E) is known color: Cerise. HEX triplet: CE, 34 and 5E. RGB value is (206,52,94). Sum of RGB (Red+Green+Blue) = 206+52+94=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE345E is #31CBA1. Grayscale: #666666. Windows color (decimal): -3263394 or 6173902. OLE color: 6173902.

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

Color convert

RGB 206 52 94 -
CMYK 0 0.75 0.54 0.19
HSL 343.64º 0.61% 0.51% -
HSV(B) 343.64º 0.75% 0.81% -
XYZ 28.7 16.39 12.24 -
YUV 102.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 206 52 94 0 0.75 0.54 0.19 343.64 0.61 0.51
Hex CE 34 5E 0 4B 36 13 158 3D 33
Octal 316 64 136 0 113 66 23 530 75 63
Binary 11001110 110100 1011110 0 1001011 110110 10011 101011000 111101 110011

Color Harmonies of #CE345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE345E

Black with #CE345E

Text Example


Text Example

White with #CE345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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