Html Css Color HEX #CE4B62 Cabaret

📋 copy color: '#CE4B62'

red 206 ◦ green 75 ◦ blue 98

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

Shades of Cabaret #CE4B62

Tints of Cabaret #CE4B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.86%

R = 54.35%
G = 19.79%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE4B62 (or 0xCE4B62) is known color: Cabaret. HEX triplet: CE, 4B and 62. RGB value is (206,75,98). Sum of RGB (Red+Green+Blue) = 206+75+98=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B62 is #31B49D. Grayscale: #747474. Windows color (decimal): -3257502 or 6441934. OLE color: 6441934.

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

Color convert

RGB 206 75 98 -
CMYK 0 0.64 0.52 0.19
HSL 349.47º 0.57% 0.55% -
HSV(B) 349.47º 0.64% 0.81% -
XYZ 30.17 19.04 13.64 -
YUV 116.79 117.4 191.63 -
System Red Green Blue C M Y K H S L
Decimal 206 75 98 0 0.64 0.52 0.19 349.47 0.57 0.55
Hex CE 4B 62 0 40 34 13 15D 39 37
Octal 316 113 142 0 100 64 23 535 71 67
Binary 11001110 1001011 1100010 0 1000000 110100 10011 101011101 111001 110111

Color Harmonies of #CE4B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B62

Black with #CE4B62

Text Example


Text Example

White with #CE4B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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