Html Css Color HEX #CE6072 Cabaret

📋 copy color: '#CE6072'

red 206 ◦ green 96 ◦ blue 114

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

Shades of Cabaret #CE6072

Tints of Cabaret #CE6072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.4%

R = 49.52%
G = 23.08%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE6072 (or 0xCE6072) is known color: Cabaret. HEX triplet: CE, 60 and 72. RGB value is (206,96,114). Sum of RGB (Red+Green+Blue) = 206+96+114=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6072 is #319F8D. Grayscale: #828282. Windows color (decimal): -3252110 or 7495886. OLE color: 7495886.

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

Color convert

RGB 206 96 114 -
CMYK 0 0.53 0.45 0.19
HSL 350.18º 0.53% 0.59% -
HSV(B) 350.18º 0.53% 0.81% -
XYZ 32.67 22.7 18.58 -
YUV 130.94 118.44 181.54 -
System Red Green Blue C M Y K H S L
Decimal 206 96 114 0 0.53 0.45 0.19 350.18 0.53 0.59
Hex CE 60 72 0 35 2D 13 15E 35 3B
Octal 316 140 162 0 65 55 23 536 65 73
Binary 11001110 1100000 1110010 0 110101 101101 10011 101011110 110101 111011

Color Harmonies of #CE6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6072

Black with #CE6072

Text Example


Text Example

White with #CE6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6072; }

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

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

background-color css

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

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

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

border-color css

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

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

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