Html Css Color HEX #CE3A6B Cerise

📋 copy color: '#CE3A6B'

red 206 ◦ green 58 ◦ blue 107

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

Shades of Cerise #CE3A6B

Tints of Cerise #CE3A6B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.63%

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 55.53%
G = 15.63%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE3A6B (or 0xCE3A6B) is known color: Cerise. HEX triplet: CE, 3A and 6B. RGB value is (206,58,107). Sum of RGB (Red+Green+Blue) = 206+58+107=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A6B is #31C594. Grayscale: #6B6B6B. Windows color (decimal): -3261845 or 7027406. OLE color: 7027406.

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

Color convert

RGB 206 58 107 -
CMYK 0 0.72 0.48 0.19
HSL 340.14º 0.6% 0.52% -
HSV(B) 340.14º 0.72% 0.81% -
XYZ 29.62 17.21 15.67 -
YUV 107.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 206 58 107 0 0.72 0.48 0.19 340.14 0.6 0.52
Hex CE 3A 6B 0 48 30 13 154 3C 34
Octal 316 72 153 0 110 60 23 524 74 64
Binary 11001110 111010 1101011 0 1001000 110000 10011 101010100 111100 110100

Color Harmonies of #CE3A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A6B

Black with #CE3A6B

Text Example


Text Example

White with #CE3A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A6B; }

 p { color: rgb(206,58,107); }

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

background-color css

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

 a { background-color: rgb(206,58,107); }

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

border-color css

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

 span { border-color: rgb(206,58,107); }

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