Html Css Color HEX #CE4E6A Cabaret

📋 copy color: '#CE4E6A'

red 206 ◦ green 78 ◦ blue 106

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

Shades of Cabaret #CE4E6A

Tints of Cabaret #CE4E6A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20%

 BLUE value IS 106 (41.8% from 255) = 27.18%

R = 52.82%
G = 20%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE4E6A (or 0xCE4E6A) is known color: Cabaret. HEX triplet: CE, 4E and 6A. RGB value is (206,78,106). Sum of RGB (Red+Green+Blue) = 206+78+106=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4E6A is #31B195. Grayscale: #777777. Windows color (decimal): -3256726 or 6966990. OLE color: 6966990.

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

Color convert

RGB 206 78 106 -
CMYK 0 0.62 0.49 0.19
HSL 346.88º 0.57% 0.56% -
HSV(B) 346.88º 0.62% 0.81% -
XYZ 30.78 19.61 15.8 -
YUV 119.46 120.41 189.72 -
System Red Green Blue C M Y K H S L
Decimal 206 78 106 0 0.62 0.49 0.19 346.88 0.57 0.56
Hex CE 4E 6A 0 3E 31 13 15B 39 38
Octal 316 116 152 0 76 61 23 533 71 70
Binary 11001110 1001110 1101010 0 111110 110001 10011 101011011 111001 111000

Color Harmonies of #CE4E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4E6A

Black with #CE4E6A

Text Example


Text Example

White with #CE4E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4E6A; }

 p { color: rgb(206,78,106); }

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

background-color css

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

 a { background-color: rgb(206,78,106); }

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

border-color css

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

 span { border-color: rgb(206,78,106); }

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