Html Css Color HEX #CE2669 Cerise

📋 copy color: '#CE2669'

red 206 ◦ green 38 ◦ blue 105

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

Shades of Cerise #CE2669

Tints of Cerise #CE2669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.89%

 BLUE value IS 105 (41.41% from 255) = 30.09%

R = 59.03%
G = 10.89%
B = 30.09%

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

#CE2669 (or 0xCE2669) is known color: Cerise. HEX triplet: CE, 26 and 69. RGB value is (206,38,105). Sum of RGB (Red+Green+Blue) = 206+38+105=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2669 is #31D996. Grayscale: #5F5F5F. Windows color (decimal): -3266967 or 6891214. OLE color: 6891214.

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

Color convert

RGB 206 38 105 -
CMYK 0 0.82 0.49 0.19
HSL 336.07º 0.69% 0.48% -
HSV(B) 336.07º 0.82% 0.81% -
XYZ 28.7 15.53 14.85 -
YUV 95.87 133.16 206.55 -
System Red Green Blue C M Y K H S L
Decimal 206 38 105 0 0.82 0.49 0.19 336.07 0.69 0.48
Hex CE 26 69 0 52 31 13 150 45 30
Octal 316 46 151 0 122 61 23 520 105 60
Binary 11001110 100110 1101001 0 1010010 110001 10011 101010000 1000101 110000

Color Harmonies of #CE2669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2669

Black with #CE2669

Text Example


Text Example

White with #CE2669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2669; }

 p { color: rgb(206,38,105); }

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

background-color css

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

 a { background-color: rgb(206,38,105); }

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

border-color css

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

 span { border-color: rgb(206,38,105); }

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