Html Css Color HEX #CE6670 Cabaret

📋 copy color: '#CE6670'

red 206 ◦ green 102 ◦ blue 112

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

Shades of Cabaret #CE6670

Tints of Cabaret #CE6670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.29%

 BLUE value IS 112 (44.14% from 255) = 26.67%

R = 49.05%
G = 24.29%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE6670 (or 0xCE6670) is known color: Cabaret. HEX triplet: CE, 66 and 70. RGB value is (206,102,112). Sum of RGB (Red+Green+Blue) = 206+102+112=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6670 is #31998F. Grayscale: #868686. Windows color (decimal): -3250576 or 7366350. OLE color: 7366350.

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

Color convert

RGB 206 102 112 -
CMYK 0 0.50 0.46 0.19
HSL 354.23º 0.51% 0.6% -
HSV(B) 354.23º 0.5% 0.81% -
XYZ 33.13 23.79 18.18 -
YUV 134.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 206 102 112 0 0.50 0.46 0.19 354.23 0.51 0.6
Hex CE 66 70 0 32 2E 13 162 33 3C
Octal 316 146 160 0 62 56 23 542 63 74
Binary 11001110 1100110 1110000 0 110010 101110 10011 101100010 110011 111100

Color Harmonies of #CE6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6670

Black with #CE6670

Text Example


Text Example

White with #CE6670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6670; }

 p { color: rgb(206,102,112); }

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

background-color css

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

 a { background-color: rgb(206,102,112); }

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

border-color css

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

 span { border-color: rgb(206,102,112); }

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