Html Css Color HEX #CE4B6F Cabaret

📋 copy color: '#CE4B6F'

red 206 ◦ green 75 ◦ blue 111

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

Shades of Cabaret #CE4B6F

Tints of Cabaret #CE4B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.32%

R = 52.55%
G = 19.13%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE4B6F (or 0xCE4B6F) is known color: Cabaret. HEX triplet: CE, 4B and 6F. RGB value is (206,75,111). Sum of RGB (Red+Green+Blue) = 206+75+111=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B6F is #31B490. Grayscale: #767676. Windows color (decimal): -3257489 or 7293902. OLE color: 7293902.

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

Color convert

RGB 206 75 111 -
CMYK 0 0.64 0.46 0.19
HSL 343.51º 0.57% 0.55% -
HSV(B) 343.51º 0.64% 0.81% -
XYZ 30.84 19.3 17.14 -
YUV 118.27 123.9 190.57 -
System Red Green Blue C M Y K H S L
Decimal 206 75 111 0 0.64 0.46 0.19 343.51 0.57 0.55
Hex CE 4B 6F 0 40 2E 13 158 39 37
Octal 316 113 157 0 100 56 23 530 71 67
Binary 11001110 1001011 1101111 0 1000000 101110 10011 101011000 111001 110111

Color Harmonies of #CE4B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B6F

Black with #CE4B6F

Text Example


Text Example

White with #CE4B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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