Html Css Color HEX #CE3C6A Cerise

📋 copy color: '#CE3C6A'

red 206 ◦ green 60 ◦ blue 106

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

Shades of Cerise #CE3C6A

Tints of Cerise #CE3C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.49%

R = 55.38%
G = 16.13%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE3C6A (or 0xCE3C6A) is known color: Cerise. HEX triplet: CE, 3C and 6A. RGB value is (206,60,106). Sum of RGB (Red+Green+Blue) = 206+60+106=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C6A is #31C395. Grayscale: #6C6C6C. Windows color (decimal): -3261334 or 6962382. OLE color: 6962382.

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

Color convert

RGB 206 60 106 -
CMYK 0 0.71 0.49 0.19
HSL 341.1º 0.6% 0.52% -
HSV(B) 341.1º 0.71% 0.81% -
XYZ 29.67 17.39 15.43 -
YUV 108.9 126.37 197.26 -
System Red Green Blue C M Y K H S L
Decimal 206 60 106 0 0.71 0.49 0.19 341.1 0.6 0.52
Hex CE 3C 6A 0 47 31 13 155 3C 34
Octal 316 74 152 0 107 61 23 525 74 64
Binary 11001110 111100 1101010 0 1000111 110001 10011 101010101 111100 110100

Color Harmonies of #CE3C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3C6A

Black with #CE3C6A

Text Example


Text Example

White with #CE3C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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