Html Css Color HEX #CE4B64 Cabaret

📋 copy color: '#CE4B64'

red 206 ◦ green 75 ◦ blue 100

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

Shades of Cabaret #CE4B64

Tints of Cabaret #CE4B64

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.69%

 BLUE value IS 100 (39.45% from 255) = 26.25%

R = 54.07%
G = 19.69%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE4B64 (or 0xCE4B64) is known color: Cabaret. HEX triplet: CE, 4B and 64. RGB value is (206,75,100). Sum of RGB (Red+Green+Blue) = 206+75+100=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B64 is #31B49B. Grayscale: #757575. Windows color (decimal): -3257500 or 6573006. OLE color: 6573006.

HSL color Cylindrical-coordinate representation of color #CE4B64: hue angle of 348.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4B64 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 75 100 -
CMYK 0 0.64 0.51 0.19
HSL 348.55º 0.57% 0.55% -
HSV(B) 348.55º 0.64% 0.81% -
XYZ 30.27 19.07 14.14 -
YUV 117.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 206 75 100 0 0.64 0.51 0.19 348.55 0.57 0.55
Hex CE 4B 64 0 40 33 13 15D 39 37
Octal 316 113 144 0 100 63 23 535 71 67
Binary 11001110 1001011 1100100 0 1000000 110011 10011 101011101 111001 110111

Color Harmonies of #CE4B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B64

Black with #CE4B64

Text Example


Text Example

White with #CE4B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B64; }

 p { color: rgb(206,75,100); }

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

background-color css

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

 a { background-color: rgb(206,75,100); }

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

border-color css

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

 span { border-color: rgb(206,75,100); }

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