Html Css Color HEX #CE5267 Cabaret

📋 copy color: '#CE5267'

red 206 ◦ green 82 ◦ blue 103

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

Shades of Cabaret #CE5267

Tints of Cabaret #CE5267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.97%

 BLUE value IS 103 (40.63% from 255) = 26.34%

R = 52.69%
G = 20.97%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE5267 (or 0xCE5267) is known color: Cabaret. HEX triplet: CE, 52 and 67. RGB value is (206,82,103). Sum of RGB (Red+Green+Blue) = 206+82+103=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5267 is #31AD98. Grayscale: #797979. Windows color (decimal): -3255705 or 6771406. OLE color: 6771406.

HSL color Cylindrical-coordinate representation of color #CE5267: hue angle of 349.84º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5267 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 82 103 -
CMYK 0 0.60 0.50 0.19
HSL 349.84º 0.56% 0.56% -
HSV(B) 349.84º 0.6% 0.81% -
XYZ 30.92 20.14 15.09 -
YUV 121.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 206 82 103 0 0.60 0.50 0.19 349.84 0.56 0.56
Hex CE 52 67 0 3C 32 13 15E 38 38
Octal 316 122 147 0 74 62 23 536 70 70
Binary 11001110 1010010 1100111 0 111100 110010 10011 101011110 111000 111000

Color Harmonies of #CE5267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5267

Black with #CE5267

Text Example


Text Example

White with #CE5267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5267; }

 p { color: rgb(206,82,103); }

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

background-color css

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

 a { background-color: rgb(206,82,103); }

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

border-color css

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

 span { border-color: rgb(206,82,103); }

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