Html Css Color HEX #CE6572 Cabaret

📋 copy color: '#CE6572'

red 206 ◦ green 101 ◦ blue 114

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

Shades of Cabaret #CE6572

Tints of Cabaret #CE6572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.99%

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

R = 48.93%
G = 23.99%
B = 27.08%

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

#CE6572 (or 0xCE6572) is known color: Cabaret. HEX triplet: CE, 65 and 72. RGB value is (206,101,114). Sum of RGB (Red+Green+Blue) = 206+101+114=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6572 is #319A8D. Grayscale: #858585. Windows color (decimal): -3250830 or 7497166. OLE color: 7497166.

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

Color convert

RGB 206 101 114 -
CMYK 0 0.51 0.45 0.19
HSL 352.57º 0.52% 0.6% -
HSV(B) 352.57º 0.51% 0.81% -
XYZ 33.14 23.64 18.74 -
YUV 133.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 206 101 114 0 0.51 0.45 0.19 352.57 0.52 0.6
Hex CE 65 72 0 33 2D 13 161 34 3C
Octal 316 145 162 0 63 55 23 541 64 74
Binary 11001110 1100101 1110010 0 110011 101101 10011 101100001 110100 111100

Color Harmonies of #CE6572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6572

Black with #CE6572

Text Example


Text Example

White with #CE6572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6572; }

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

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

background-color css

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

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

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

border-color css

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

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

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