Html Css Color HEX #CE4D64 Cabaret

📋 copy color: '#CE4D64'

red 206 ◦ green 77 ◦ blue 100

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

Shades of Cabaret #CE4D64

Tints of Cabaret #CE4D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.1%

 BLUE value IS 100 (39.45% from 255) = 26.11%

R = 53.79%
G = 20.1%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE4D64 (or 0xCE4D64) is known color: Cabaret. HEX triplet: CE, 4D and 64. RGB value is (206,77,100). Sum of RGB (Red+Green+Blue) = 206+77+100=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4D64 is #31B29B. Grayscale: #767676. Windows color (decimal): -3256988 or 6573518. OLE color: 6573518.

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

Color convert

RGB 206 77 100 -
CMYK 0 0.63 0.51 0.19
HSL 349.3º 0.57% 0.55% -
HSV(B) 349.3º 0.63% 0.81% -
XYZ 30.41 19.35 14.19 -
YUV 118.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 206 77 100 0 0.63 0.51 0.19 349.3 0.57 0.55
Hex CE 4D 64 0 3F 33 13 15D 39 37
Octal 316 115 144 0 77 63 23 535 71 67
Binary 11001110 1001101 1100100 0 111111 110011 10011 101011101 111001 110111

Color Harmonies of #CE4D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D64

Black with #CE4D64

Text Example


Text Example

White with #CE4D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D64; }

 p { color: rgb(206,77,100); }

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

background-color css

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

 a { background-color: rgb(206,77,100); }

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

border-color css

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

 span { border-color: rgb(206,77,100); }

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