Html Css Color HEX #CE6370 Cabaret

📋 copy color: '#CE6370'

red 206 ◦ green 99 ◦ blue 112

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

Shades of Cabaret #CE6370

Tints of Cabaret #CE6370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.86%

R = 49.4%
G = 23.74%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE6370 (or 0xCE6370) is known color: Cabaret. HEX triplet: CE, 63 and 70. RGB value is (206,99,112). Sum of RGB (Red+Green+Blue) = 206+99+112=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6370 is #319C8F. Grayscale: #848484. Windows color (decimal): -3251344 or 7365582. OLE color: 7365582.

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

Color convert

RGB 206 99 112 -
CMYK 0 0.52 0.46 0.19
HSL 352.71º 0.52% 0.6% -
HSV(B) 352.71º 0.52% 0.81% -
XYZ 32.84 23.22 18.08 -
YUV 132.48 116.45 180.44 -
System Red Green Blue C M Y K H S L
Decimal 206 99 112 0 0.52 0.46 0.19 352.71 0.52 0.6
Hex CE 63 70 0 34 2E 13 161 34 3C
Octal 316 143 160 0 64 56 23 541 64 74
Binary 11001110 1100011 1110000 0 110100 101110 10011 101100001 110100 111100

Color Harmonies of #CE6370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6370

Black with #CE6370

Text Example


Text Example

White with #CE6370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6370; }

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

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

background-color css

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

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

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

border-color css

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

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

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