Html Css Color HEX #CE6069 Cabaret

📋 copy color: '#CE6069'

red 206 ◦ green 96 ◦ blue 105

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

Shades of Cabaret #CE6069

Tints of Cabaret #CE6069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.8%

R = 50.61%
G = 23.59%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE6069 (or 0xCE6069) is known color: Cabaret. HEX triplet: CE, 60 and 69. RGB value is (206,96,105). Sum of RGB (Red+Green+Blue) = 206+96+105=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6069 is #319F96. Grayscale: #818181. Windows color (decimal): -3252119 or 6906062. OLE color: 6906062.

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

Color convert

RGB 206 96 105 -
CMYK 0 0.53 0.49 0.19
HSL 355.09º 0.53% 0.59% -
HSV(B) 355.09º 0.53% 0.81% -
XYZ 32.19 22.51 16.01 -
YUV 129.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 206 96 105 0 0.53 0.49 0.19 355.09 0.53 0.59
Hex CE 60 69 0 35 31 13 163 35 3B
Octal 316 140 151 0 65 61 23 543 65 73
Binary 11001110 1100000 1101001 0 110101 110001 10011 101100011 110101 111011

Color Harmonies of #CE6069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6069

Black with #CE6069

Text Example


Text Example

White with #CE6069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6069; }

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

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

background-color css

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

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

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

border-color css

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

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

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