Html Css Color HEX #CE345A Cerise

📋 copy color: '#CE345A'

red 206 ◦ green 52 ◦ blue 90

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

Shades of Cerise #CE345A

Tints of Cerise #CE345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 59.2%
G = 14.94%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE345A (or 0xCE345A) is known color: Cerise. HEX triplet: CE, 34 and 5A. RGB value is (206,52,90). Sum of RGB (Red+Green+Blue) = 206+52+90=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE345A is #31CBA5. Grayscale: #666666. Windows color (decimal): -3263398 or 5911758. OLE color: 5911758.

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

Color convert

RGB 206 52 90 -
CMYK 0 0.75 0.56 0.19
HSL 345.19º 0.61% 0.51% -
HSV(B) 345.19º 0.75% 0.81% -
XYZ 28.53 16.32 11.32 -
YUV 102.38 121.02 201.91 -
System Red Green Blue C M Y K H S L
Decimal 206 52 90 0 0.75 0.56 0.19 345.19 0.61 0.51
Hex CE 34 5A 0 4B 38 13 159 3D 33
Octal 316 64 132 0 113 70 23 531 75 63
Binary 11001110 110100 1011010 0 1001011 111000 10011 101011001 111101 110011

Color Harmonies of #CE345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE345A

Black with #CE345A

Text Example


Text Example

White with #CE345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE345A; }

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

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

background-color css

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

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

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

border-color css

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

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

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