Html Css Color HEX #CE6472 Cabaret

📋 copy color: '#CE6472'

red 206 ◦ green 100 ◦ blue 114

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

Shades of Cabaret #CE6472

Tints of Cabaret #CE6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.81%

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

R = 49.05%
G = 23.81%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE6472 (or 0xCE6472) is known color: Cabaret. HEX triplet: CE, 64 and 72. RGB value is (206,100,114). Sum of RGB (Red+Green+Blue) = 206+100+114=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6472 is #319B8D. Grayscale: #858585. Windows color (decimal): -3251086 or 7496910. OLE color: 7496910.

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

Color convert

RGB 206 100 114 -
CMYK 0 0.51 0.45 0.19
HSL 352.08º 0.52% 0.6% -
HSV(B) 352.08º 0.51% 0.81% -
XYZ 33.05 23.45 18.7 -
YUV 133.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 206 100 114 0 0.51 0.45 0.19 352.08 0.52 0.6
Hex CE 64 72 0 33 2D 13 160 34 3C
Octal 316 144 162 0 63 55 23 540 64 74
Binary 11001110 1100100 1110010 0 110011 101101 10011 101100000 110100 111100

Color Harmonies of #CE6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6472

Black with #CE6472

Text Example


Text Example

White with #CE6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6472; }

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

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

background-color css

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

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

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

border-color css

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

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

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