Html Css Color HEX #CE6369 Cabaret

📋 copy color: '#CE6369'

red 206 ◦ green 99 ◦ blue 105

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

Shades of Cabaret #CE6369

Tints of Cabaret #CE6369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.15%

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

R = 50.24%
G = 24.15%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE6369 (or 0xCE6369) is known color: Cabaret. HEX triplet: CE, 63 and 69. RGB value is (206,99,105). Sum of RGB (Red+Green+Blue) = 206+99+105=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6369 is #319C96. Grayscale: #838383. Windows color (decimal): -3251351 or 6906830. OLE color: 6906830.

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

Color convert

RGB 206 99 105 -
CMYK 0 0.52 0.49 0.19
HSL 356.64º 0.52% 0.6% -
HSV(B) 356.64º 0.52% 0.81% -
XYZ 32.47 23.07 16.11 -
YUV 131.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 206 99 105 0 0.52 0.49 0.19 356.64 0.52 0.6
Hex CE 63 69 0 34 31 13 165 34 3C
Octal 316 143 151 0 64 61 23 545 64 74
Binary 11001110 1100011 1101001 0 110100 110001 10011 101100101 110100 111100

Color Harmonies of #CE6369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6369

Black with #CE6369

Text Example


Text Example

White with #CE6369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6369; }

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

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

background-color css

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

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

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

border-color css

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

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

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