Html Css Color HEX #CE4B70 Cabaret

📋 copy color: '#CE4B70'

red 206 ◦ green 75 ◦ blue 112

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

Shades of Cabaret #CE4B70

Tints of Cabaret #CE4B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.5%

R = 52.42%
G = 19.08%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE4B70 (or 0xCE4B70) is known color: Cabaret. HEX triplet: CE, 4B and 70. RGB value is (206,75,112). Sum of RGB (Red+Green+Blue) = 206+75+112=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B70 is #31B48F. Grayscale: #767676. Windows color (decimal): -3257488 or 7359438. OLE color: 7359438.

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

Color convert

RGB 206 75 112 -
CMYK 0 0.64 0.46 0.19
HSL 343.05º 0.57% 0.55% -
HSV(B) 343.05º 0.64% 0.81% -
XYZ 30.89 19.32 17.43 -
YUV 118.39 124.4 190.49 -
System Red Green Blue C M Y K H S L
Decimal 206 75 112 0 0.64 0.46 0.19 343.05 0.57 0.55
Hex CE 4B 70 0 40 2E 13 157 39 37
Octal 316 113 160 0 100 56 23 527 71 67
Binary 11001110 1001011 1110000 0 1000000 101110 10011 101010111 111001 110111

Color Harmonies of #CE4B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B70

Black with #CE4B70

Text Example


Text Example

White with #CE4B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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