Html Css Color HEX #CE6074 Cabaret

📋 copy color: '#CE6074'

red 206 ◦ green 96 ◦ blue 116

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

Shades of Cabaret #CE6074

Tints of Cabaret #CE6074

RGB

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

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

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

R = 49.28%
G = 22.97%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE6074 (or 0xCE6074) is known color: Cabaret. HEX triplet: CE, 60 and 74. RGB value is (206,96,116). Sum of RGB (Red+Green+Blue) = 206+96+116=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6074 is #319F8B. Grayscale: #838383. Windows color (decimal): -3252108 or 7626958. OLE color: 7626958.

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

Color convert

RGB 206 96 116 -
CMYK 0 0.53 0.44 0.19
HSL 349.09º 0.53% 0.59% -
HSV(B) 349.09º 0.53% 0.81% -
XYZ 32.79 22.75 19.19 -
YUV 131.17 119.44 181.37 -
System Red Green Blue C M Y K H S L
Decimal 206 96 116 0 0.53 0.44 0.19 349.09 0.53 0.59
Hex CE 60 74 0 35 2C 13 15D 35 3B
Octal 316 140 164 0 65 54 23 535 65 73
Binary 11001110 1100000 1110100 0 110101 101100 10011 101011101 110101 111011

Color Harmonies of #CE6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6074

Black with #CE6074

Text Example


Text Example

White with #CE6074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6074; }

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

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

background-color css

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

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

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

border-color css

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

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

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