Html Css Color HEX #CE256A Cerise

📋 copy color: '#CE256A'

red 206 ◦ green 37 ◦ blue 106

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

Shades of Cerise #CE256A

Tints of Cerise #CE256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.6%

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

R = 59.03%
G = 10.6%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE256A (or 0xCE256A) is known color: Cerise. HEX triplet: CE, 25 and 6A. RGB value is (206,37,106). Sum of RGB (Red+Green+Blue) = 206+37+106=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE256A is #31DA95. Grayscale: #5F5F5F. Windows color (decimal): -3267222 or 6956494. OLE color: 6956494.

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

Color convert

RGB 206 37 106 -
CMYK 0 0.82 0.49 0.19
HSL 335.5º 0.7% 0.48% -
HSV(B) 335.5º 0.82% 0.81% -
XYZ 28.72 15.49 15.11 -
YUV 95.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 206 37 106 0 0.82 0.49 0.19 335.5 0.7 0.48
Hex CE 25 6A 0 52 31 13 150 46 30
Octal 316 45 152 0 122 61 23 520 106 60
Binary 11001110 100101 1101010 0 1010010 110001 10011 101010000 1000110 110000

Color Harmonies of #CE256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE256A

Black with #CE256A

Text Example


Text Example

White with #CE256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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