Html Css Color HEX #CE4B65 Cabaret

📋 copy color: '#CE4B65'

red 206 ◦ green 75 ◦ blue 101

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

Shades of Cabaret #CE4B65

Tints of Cabaret #CE4B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.44%

R = 53.93%
G = 19.63%
B = 26.44%

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

#CE4B65 (or 0xCE4B65) is known color: Cabaret. HEX triplet: CE, 4B and 65. RGB value is (206,75,101). Sum of RGB (Red+Green+Blue) = 206+75+101=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B65 is #31B49A. Grayscale: #757575. Windows color (decimal): -3257499 or 6638542. OLE color: 6638542.

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

Color convert

RGB 206 75 101 -
CMYK 0 0.64 0.51 0.19
HSL 348.09º 0.57% 0.55% -
HSV(B) 348.09º 0.64% 0.81% -
XYZ 30.32 19.09 14.4 -
YUV 117.13 118.9 191.39 -
System Red Green Blue C M Y K H S L
Decimal 206 75 101 0 0.64 0.51 0.19 348.09 0.57 0.55
Hex CE 4B 65 0 40 33 13 15C 39 37
Octal 316 113 145 0 100 63 23 534 71 67
Binary 11001110 1001011 1100101 0 1000000 110011 10011 101011100 111001 110111

Color Harmonies of #CE4B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B65

Black with #CE4B65

Text Example


Text Example

White with #CE4B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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