Html Css Color HEX #CE6379 Cabaret

📋 copy color: '#CE6379'

red 206 ◦ green 99 ◦ blue 121

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

Shades of Cabaret #CE6379

Tints of Cabaret #CE6379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.24%

 BLUE value IS 121 (47.66% from 255) = 28.4%

R = 48.36%
G = 23.24%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE6379 (or 0xCE6379) is known color: Cabaret. HEX triplet: CE, 63 and 79. RGB value is (206,99,121). Sum of RGB (Red+Green+Blue) = 206+99+121=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6379 is #319C86. Grayscale: #858585. Windows color (decimal): -3251335 or 7955406. OLE color: 7955406.

HSL color Cylindrical-coordinate representation of color #CE6379: hue angle of 347.66º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6379 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 99 121 -
CMYK 0 0.52 0.41 0.19
HSL 347.66º 0.52% 0.6% -
HSV(B) 347.66º 0.52% 0.81% -
XYZ 33.37 23.43 20.85 -
YUV 133.5 120.95 179.71 -
System Red Green Blue C M Y K H S L
Decimal 206 99 121 0 0.52 0.41 0.19 347.66 0.52 0.6
Hex CE 63 79 0 34 29 13 15C 34 3C
Octal 316 143 171 0 64 51 23 534 64 74
Binary 11001110 1100011 1111001 0 110100 101001 10011 101011100 110100 111100

Color Harmonies of #CE6379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6379

Black with #CE6379

Text Example


Text Example

White with #CE6379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6379; }

 p { color: rgb(206,99,121); }

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

background-color css

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

 a { background-color: rgb(206,99,121); }

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

border-color css

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

 span { border-color: rgb(206,99,121); }

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