Html Css Color HEX #CE3C5A Cerise

📋 copy color: '#CE3C5A'

red 206 ◦ green 60 ◦ blue 90

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

Shades of Cerise #CE3C5A

Tints of Cerise #CE3C5A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.85%

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

R = 57.87%
G = 16.85%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE3C5A (or 0xCE3C5A) is known color: Cerise. HEX triplet: CE, 3C and 5A. RGB value is (206,60,90). Sum of RGB (Red+Green+Blue) = 206+60+90=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C5A is #31C3A5. Grayscale: #6B6B6B. Windows color (decimal): -3261350 or 5913806. OLE color: 5913806.

HSL color Cylindrical-coordinate representation of color #CE3C5A: hue angle of 347.67º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3C5A is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 60 90 -
CMYK 0 0.71 0.56 0.19
HSL 347.67º 0.6% 0.52% -
HSV(B) 347.67º 0.71% 0.81% -
XYZ 28.91 17.09 11.45 -
YUV 107.07 118.37 198.56 -
System Red Green Blue C M Y K H S L
Decimal 206 60 90 0 0.71 0.56 0.19 347.67 0.6 0.52
Hex CE 3C 5A 0 47 38 13 15C 3C 34
Octal 316 74 132 0 107 70 23 534 74 64
Binary 11001110 111100 1011010 0 1000111 111000 10011 101011100 111100 110100

Color Harmonies of #CE3C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3C5A

Black with #CE3C5A

Text Example


Text Example

White with #CE3C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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