Html Css Color HEX #CE3069 Cerise

📋 copy color: '#CE3069'

red 206 ◦ green 48 ◦ blue 105

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

Shades of Cerise #CE3069

Tints of Cerise #CE3069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.37%

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

R = 57.38%
G = 13.37%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE3069 (or 0xCE3069) is known color: Cerise. HEX triplet: CE, 30 and 69. RGB value is (206,48,105). Sum of RGB (Red+Green+Blue) = 206+48+105=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3069 is #31CF96. Grayscale: #656565. Windows color (decimal): -3264407 or 6893774. OLE color: 6893774.

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

Color convert

RGB 206 48 105 -
CMYK 0 0.77 0.49 0.19
HSL 338.35º 0.62% 0.5% -
HSV(B) 338.35º 0.77% 0.81% -
XYZ 29.06 16.26 14.97 -
YUV 101.74 129.85 202.37 -
System Red Green Blue C M Y K H S L
Decimal 206 48 105 0 0.77 0.49 0.19 338.35 0.62 0.5
Hex CE 30 69 0 4D 31 13 152 3E 32
Octal 316 60 151 0 115 61 23 522 76 62
Binary 11001110 110000 1101001 0 1001101 110001 10011 101010010 111110 110010

Color Harmonies of #CE3069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3069

Black with #CE3069

Text Example


Text Example

White with #CE3069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3069; }

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

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

background-color css

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

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

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

border-color css

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

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

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