Html Css Color HEX #CE3265 Cerise

📋 copy color: '#CE3265'

red 206 ◦ green 50 ◦ blue 101

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

Shades of Cerise #CE3265

Tints of Cerise #CE3265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.29%

R = 57.7%
G = 14.01%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE3265 (or 0xCE3265) is known color: Cerise. HEX triplet: CE, 32 and 65. RGB value is (206,50,101). Sum of RGB (Red+Green+Blue) = 206+50+101=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3265 is #31CD9A. Grayscale: #666666. Windows color (decimal): -3263899 or 6632142. OLE color: 6632142.

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

Color convert

RGB 206 50 101 -
CMYK 0 0.76 0.51 0.19
HSL 340.38º 0.61% 0.5% -
HSV(B) 340.38º 0.76% 0.81% -
XYZ 28.94 16.34 13.94 -
YUV 102.46 127.18 201.85 -
System Red Green Blue C M Y K H S L
Decimal 206 50 101 0 0.76 0.51 0.19 340.38 0.61 0.5
Hex CE 32 65 0 4C 33 13 154 3D 32
Octal 316 62 145 0 114 63 23 524 75 62
Binary 11001110 110010 1100101 0 1001100 110011 10011 101010100 111101 110010

Color Harmonies of #CE3265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3265

Black with #CE3265

Text Example


Text Example

White with #CE3265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3265; }

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

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

background-color css

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

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

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

border-color css

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

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

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