Html Css Color HEX #CE4465 Cabaret

📋 copy color: '#CE4465'

red 206 ◦ green 68 ◦ blue 101

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

Shades of Cabaret #CE4465

Tints of Cabaret #CE4465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.13%

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

R = 54.93%
G = 18.13%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE4465 (or 0xCE4465) is known color: Cabaret. HEX triplet: CE, 44 and 65. RGB value is (206,68,101). Sum of RGB (Red+Green+Blue) = 206+68+101=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4465 is #31BB9A. Grayscale: #717171. Windows color (decimal): -3259291 or 6636750. OLE color: 6636750.

HSL color Cylindrical-coordinate representation of color #CE4465: hue angle of 345.65º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4465 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 68 101 -
CMYK 0 0.67 0.51 0.19
HSL 345.65º 0.58% 0.54% -
HSV(B) 345.65º 0.67% 0.81% -
XYZ 29.87 18.2 14.25 -
YUV 113.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 206 68 101 0 0.67 0.51 0.19 345.65 0.58 0.54
Hex CE 44 65 0 43 33 13 15A 3A 36
Octal 316 104 145 0 103 63 23 532 72 66
Binary 11001110 1000100 1100101 0 1000011 110011 10011 101011010 111010 110110

Color Harmonies of #CE4465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4465

Black with #CE4465

Text Example


Text Example

White with #CE4465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4465; }

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

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

background-color css

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

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

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

border-color css

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

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

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