Html Css Color HEX #CE3269 Cerise

📋 copy color: '#CE3269'

red 206 ◦ green 50 ◦ blue 105

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

Shades of Cerise #CE3269

Tints of Cerise #CE3269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

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

R = 57.06%
G = 13.85%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE3269 (or 0xCE3269) is known color: Cerise. HEX triplet: CE, 32 and 69. RGB value is (206,50,105). Sum of RGB (Red+Green+Blue) = 206+50+105=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3269 is #31CD96. Grayscale: #666666. Windows color (decimal): -3263895 or 6894286. OLE color: 6894286.

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

Color convert

RGB 206 50 105 -
CMYK 0 0.76 0.49 0.19
HSL 338.85º 0.61% 0.5% -
HSV(B) 338.85º 0.76% 0.81% -
XYZ 29.14 16.42 15 -
YUV 102.91 129.18 201.53 -
System Red Green Blue C M Y K H S L
Decimal 206 50 105 0 0.76 0.49 0.19 338.85 0.61 0.5
Hex CE 32 69 0 4C 31 13 153 3D 32
Octal 316 62 151 0 114 61 23 523 75 62
Binary 11001110 110010 1101001 0 1001100 110001 10011 101010011 111101 110010

Color Harmonies of #CE3269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3269

Black with #CE3269

Text Example


Text Example

White with #CE3269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3269; }

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

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

background-color css

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

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

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

border-color css

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

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

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