Html Css Color HEX #CE6068 Cabaret

📋 copy color: '#CE6068'

red 206 ◦ green 96 ◦ blue 104

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

Shades of Cabaret #CE6068

Tints of Cabaret #CE6068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.65%

 BLUE value IS 104 (41.02% from 255) = 25.62%

R = 50.74%
G = 23.65%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE6068 (or 0xCE6068) is known color: Cabaret. HEX triplet: CE, 60 and 68. RGB value is (206,96,104). Sum of RGB (Red+Green+Blue) = 206+96+104=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6068 is #319F97. Grayscale: #818181. Windows color (decimal): -3252120 or 6840526. OLE color: 6840526.

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

Color convert

RGB 206 96 104 -
CMYK 0 0.53 0.50 0.19
HSL 355.64º 0.53% 0.59% -
HSV(B) 355.64º 0.53% 0.81% -
XYZ 32.14 22.49 15.74 -
YUV 129.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 206 96 104 0 0.53 0.50 0.19 355.64 0.53 0.59
Hex CE 60 68 0 35 32 13 164 35 3B
Octal 316 140 150 0 65 62 23 544 65 73
Binary 11001110 1100000 1101000 0 110101 110010 10011 101100100 110101 111011

Color Harmonies of #CE6068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6068

Black with #CE6068

Text Example


Text Example

White with #CE6068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6068; }

 p { color: rgb(206,96,104); }

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

background-color css

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

 a { background-color: rgb(206,96,104); }

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

border-color css

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

 span { border-color: rgb(206,96,104); }

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