Html Css Color HEX #CE4B73 Cabaret

📋 copy color: '#CE4B73'

red 206 ◦ green 75 ◦ blue 115

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

Shades of Cabaret #CE4B73

Tints of Cabaret #CE4B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.94%

 BLUE value IS 115 (45.31% from 255) = 29.04%

R = 52.02%
G = 18.94%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE4B73 (or 0xCE4B73) is known color: Cabaret. HEX triplet: CE, 4B and 73. RGB value is (206,75,115). Sum of RGB (Red+Green+Blue) = 206+75+115=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B73 is #31B48C. Grayscale: #767676. Windows color (decimal): -3257485 or 7556046. OLE color: 7556046.

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

Color convert

RGB 206 75 115 -
CMYK 0 0.64 0.44 0.19
HSL 341.68º 0.57% 0.55% -
HSV(B) 341.68º 0.64% 0.81% -
XYZ 31.06 19.39 18.33 -
YUV 118.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 206 75 115 0 0.64 0.44 0.19 341.68 0.57 0.55
Hex CE 4B 73 0 40 2C 13 156 39 37
Octal 316 113 163 0 100 54 23 526 71 67
Binary 11001110 1001011 1110011 0 1000000 101100 10011 101010110 111001 110111

Color Harmonies of #CE4B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B73

Black with #CE4B73

Text Example


Text Example

White with #CE4B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B73; }

 p { color: rgb(206,75,115); }

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

background-color css

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

 a { background-color: rgb(206,75,115); }

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

border-color css

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

 span { border-color: rgb(206,75,115); }

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