Html Css Color HEX #CE4B6A Cabaret

📋 copy color: '#CE4B6A'

red 206 ◦ green 75 ◦ blue 106

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

Shades of Cabaret #CE4B6A

Tints of Cabaret #CE4B6A

RGB

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

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

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

R = 53.23%
G = 19.38%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE4B6A (or 0xCE4B6A) is known color: Cabaret. HEX triplet: CE, 4B and 6A. RGB value is (206,75,106). Sum of RGB (Red+Green+Blue) = 206+75+106=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B6A is #31B495. Grayscale: #757575. Windows color (decimal): -3257494 or 6966222. OLE color: 6966222.

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

Color convert

RGB 206 75 106 -
CMYK 0 0.64 0.49 0.19
HSL 345.8º 0.57% 0.55% -
HSV(B) 345.8º 0.64% 0.81% -
XYZ 30.57 19.19 15.73 -
YUV 117.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 206 75 106 0 0.64 0.49 0.19 345.8 0.57 0.55
Hex CE 4B 6A 0 40 31 13 15A 39 37
Octal 316 113 152 0 100 61 23 532 71 67
Binary 11001110 1001011 1101010 0 1000000 110001 10011 101011010 111001 110111

Color Harmonies of #CE4B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B6A

Black with #CE4B6A

Text Example


Text Example

White with #CE4B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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