Html Css Color HEX #CE4D65 Cabaret

📋 copy color: '#CE4D65'

red 206 ◦ green 77 ◦ blue 101

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

Shades of Cabaret #CE4D65

Tints of Cabaret #CE4D65

RGB

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

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

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

R = 53.65%
G = 20.05%
B = 26.3%

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

#CE4D65 (or 0xCE4D65) is known color: Cabaret. HEX triplet: CE, 4D and 65. RGB value is (206,77,101). Sum of RGB (Red+Green+Blue) = 206+77+101=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4D65 is #31B29A. Grayscale: #767676. Windows color (decimal): -3256987 or 6639054. OLE color: 6639054.

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

Color convert

RGB 206 77 101 -
CMYK 0 0.63 0.51 0.19
HSL 348.84º 0.57% 0.55% -
HSV(B) 348.84º 0.63% 0.81% -
XYZ 30.46 19.37 14.45 -
YUV 118.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 206 77 101 0 0.63 0.51 0.19 348.84 0.57 0.55
Hex CE 4D 65 0 3F 33 13 15D 39 37
Octal 316 115 145 0 77 63 23 535 71 67
Binary 11001110 1001101 1100101 0 111111 110011 10011 101011101 111001 110111

Color Harmonies of #CE4D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D65

Black with #CE4D65

Text Example


Text Example

White with #CE4D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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