Html Css Color HEX #CE3B5B Cerise

📋 copy color: '#CE3B5B'

red 206 ◦ green 59 ◦ blue 91

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

Shades of Cerise #CE3B5B

Tints of Cerise #CE3B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.57%

 BLUE value IS 91 (35.94% from 255) = 25.56%

R = 57.87%
G = 16.57%
B = 25.56%

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

#CE3B5B (or 0xCE3B5B) is known color: Cerise. HEX triplet: CE, 3B and 5B. RGB value is (206,59,91). Sum of RGB (Red+Green+Blue) = 206+59+91=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3B5B is #31C4A4. Grayscale: #6A6A6A. Windows color (decimal): -3261605 or 5979086. OLE color: 5979086.

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

Color convert

RGB 206 59 91 -
CMYK 0 0.71 0.56 0.19
HSL 346.94º 0.6% 0.52% -
HSV(B) 346.94º 0.71% 0.81% -
XYZ 28.91 17.01 11.66 -
YUV 106.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 206 59 91 0 0.71 0.56 0.19 346.94 0.6 0.52
Hex CE 3B 5B 0 47 38 13 15B 3C 34
Octal 316 73 133 0 107 70 23 533 74 64
Binary 11001110 111011 1011011 0 1000111 111000 10011 101011011 111100 110100

Color Harmonies of #CE3B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B5B

Black with #CE3B5B

Text Example


Text Example

White with #CE3B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B5B; }

 p { color: rgb(206,59,91); }

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

background-color css

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

 a { background-color: rgb(206,59,91); }

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

border-color css

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

 span { border-color: rgb(206,59,91); }

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