Html Css Color HEX #CE6274 Cabaret

📋 copy color: '#CE6274'

red 206 ◦ green 98 ◦ blue 116

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

Shades of Cabaret #CE6274

Tints of Cabaret #CE6274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.33%

 BLUE value IS 116 (45.7% from 255) = 27.62%

R = 49.05%
G = 23.33%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE6274 (or 0xCE6274) is known color: Cabaret. HEX triplet: CE, 62 and 74. RGB value is (206,98,116). Sum of RGB (Red+Green+Blue) = 206+98+116=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6274 is #319D8B. Grayscale: #848484. Windows color (decimal): -3251596 or 7627470. OLE color: 7627470.

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

Color convert

RGB 206 98 116 -
CMYK 0 0.52 0.44 0.19
HSL 350º 0.52% 0.6% -
HSV(B) 350º 0.52% 0.81% -
XYZ 32.97 23.12 19.25 -
YUV 132.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 206 98 116 0 0.52 0.44 0.19 350 0.52 0.6
Hex CE 62 74 0 34 2C 13 15E 34 3C
Octal 316 142 164 0 64 54 23 536 64 74
Binary 11001110 1100010 1110100 0 110100 101100 10011 101011110 110100 111100

Color Harmonies of #CE6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6274

Black with #CE6274

Text Example


Text Example

White with #CE6274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6274; }

 p { color: rgb(206,98,116); }

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

background-color css

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

 a { background-color: rgb(206,98,116); }

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

border-color css

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

 span { border-color: rgb(206,98,116); }

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