Html Css Color HEX #CE4361 Cabaret

📋 copy color: '#CE4361'

red 206 ◦ green 67 ◦ blue 97

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

Shades of Cabaret #CE4361

Tints of Cabaret #CE4361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.11%

 BLUE value IS 97 (38.28% from 255) = 26.22%

R = 55.68%
G = 18.11%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE4361 (or 0xCE4361) is known color: Cabaret. HEX triplet: CE, 43 and 61. RGB value is (206,67,97). Sum of RGB (Red+Green+Blue) = 206+67+97=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4361 is #31BC9E. Grayscale: #707070. Windows color (decimal): -3259551 or 6374350. OLE color: 6374350.

HSL color Cylindrical-coordinate representation of color #CE4361: hue angle of 347.05º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4361 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 67 97 -
CMYK 0 0.67 0.53 0.19
HSL 347.05º 0.59% 0.54% -
HSV(B) 347.05º 0.67% 0.81% -
XYZ 29.62 18 13.22 -
YUV 111.98 119.55 195.06 -
System Red Green Blue C M Y K H S L
Decimal 206 67 97 0 0.67 0.53 0.19 347.05 0.59 0.54
Hex CE 43 61 0 43 35 13 15B 3B 36
Octal 316 103 141 0 103 65 23 533 73 66
Binary 11001110 1000011 1100001 0 1000011 110101 10011 101011011 111011 110110

Color Harmonies of #CE4361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4361

Black with #CE4361

Text Example


Text Example

White with #CE4361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4361; }

 p { color: rgb(206,67,97); }

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

background-color css

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

 a { background-color: rgb(206,67,97); }

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

border-color css

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

 span { border-color: rgb(206,67,97); }

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