Html Css Color HEX #CE4E6E Cabaret

📋 copy color: '#CE4E6E'

red 206 ◦ green 78 ◦ blue 110

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

Shades of Cabaret #CE4E6E

Tints of Cabaret #CE4E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.92%

R = 52.28%
G = 19.8%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE4E6E (or 0xCE4E6E) is known color: Cabaret. HEX triplet: CE, 4E and 6E. RGB value is (206,78,110). Sum of RGB (Red+Green+Blue) = 206+78+110=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4E6E is #31B191. Grayscale: #777777. Windows color (decimal): -3256722 or 7229134. OLE color: 7229134.

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

Color convert

RGB 206 78 110 -
CMYK 0 0.62 0.47 0.19
HSL 345º 0.57% 0.56% -
HSV(B) 345º 0.62% 0.81% -
XYZ 30.99 19.7 16.92 -
YUV 119.92 122.41 189.4 -
System Red Green Blue C M Y K H S L
Decimal 206 78 110 0 0.62 0.47 0.19 345 0.57 0.56
Hex CE 4E 6E 0 3E 2F 13 159 39 38
Octal 316 116 156 0 76 57 23 531 71 70
Binary 11001110 1001110 1101110 0 111110 101111 10011 101011001 111001 111000

Color Harmonies of #CE4E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4E6E

Black with #CE4E6E

Text Example


Text Example

White with #CE4E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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