Html Css Color HEX #CE4161 Cabaret

📋 copy color: '#CE4161'

red 206 ◦ green 65 ◦ blue 97

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

Shades of Cabaret #CE4161

Tints of Cabaret #CE4161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.66%

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

R = 55.98%
G = 17.66%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE4161 (or 0xCE4161) is known color: Cabaret. HEX triplet: CE, 41 and 61. RGB value is (206,65,97). Sum of RGB (Red+Green+Blue) = 206+65+97=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4161 is #31BE9E. Grayscale: #6E6E6E. Windows color (decimal): -3260063 or 6373838. OLE color: 6373838.

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

Color convert

RGB 206 65 97 -
CMYK 0 0.68 0.53 0.19
HSL 346.38º 0.59% 0.53% -
HSV(B) 346.38º 0.68% 0.81% -
XYZ 29.5 17.77 13.18 -
YUV 110.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 206 65 97 0 0.68 0.53 0.19 346.38 0.59 0.53
Hex CE 41 61 0 44 35 13 15A 3B 35
Octal 316 101 141 0 104 65 23 532 73 65
Binary 11001110 1000001 1100001 0 1000100 110101 10011 101011010 111011 110101

Color Harmonies of #CE4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4161

Black with #CE4161

Text Example


Text Example

White with #CE4161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4161; }

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

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

background-color css

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

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

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

border-color css

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

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

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