Html Css Color HEX #CE6772 Cabaret

📋 copy color: '#CE6772'

red 206 ◦ green 103 ◦ blue 114

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

Shades of Cabaret #CE6772

Tints of Cabaret #CE6772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.35%

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

R = 48.7%
G = 24.35%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE6772 (or 0xCE6772) is known color: Cabaret. HEX triplet: CE, 67 and 72. RGB value is (206,103,114). Sum of RGB (Red+Green+Blue) = 206+103+114=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6772 is #31988D. Grayscale: #878787. Windows color (decimal): -3250318 or 7497678. OLE color: 7497678.

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

Color convert

RGB 206 103 114 -
CMYK 0 0.50 0.45 0.19
HSL 353.59º 0.51% 0.61% -
HSV(B) 353.59º 0.5% 0.81% -
XYZ 33.34 24.04 18.8 -
YUV 135.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 206 103 114 0 0.50 0.45 0.19 353.59 0.51 0.61
Hex CE 67 72 0 32 2D 13 162 33 3D
Octal 316 147 162 0 62 55 23 542 63 75
Binary 11001110 1100111 1110010 0 110010 101101 10011 101100010 110011 111101

Color Harmonies of #CE6772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6772

Black with #CE6772

Text Example


Text Example

White with #CE6772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6772; }

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

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

background-color css

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

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

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

border-color css

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

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

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