Html Css Color HEX #CB5E70 Cabaret

📋 copy color: '#CB5E70'

red 203 ◦ green 94 ◦ blue 112

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

Shades of Cabaret #CB5E70

Tints of Cabaret #CB5E70

RGB

 RED value IS 203 (79.69% from 255) = 49.63%

 GREEN value IS 94 (37.11% from 255) = 22.98%

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

R = 49.63%
G = 22.98%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB5E70 (or 0xCB5E70) is known color: Cabaret. HEX triplet: CB, 5E and 70. RGB value is (203,94,112). Sum of RGB (Red+Green+Blue) = 203+94+112=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E70 is #34A18F. Grayscale: #808080. Windows color (decimal): -3449232 or 7364299. OLE color: 7364299.

HSL color Cylindrical-coordinate representation of color #CB5E70: hue angle of 350.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5E70 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 94 112 -
CMYK 0 0.54 0.45 0.20
HSL 350.09º 0.51% 0.58% -
HSV(B) 350.09º 0.54% 0.8% -
XYZ 31.56 21.87 17.89 -
YUV 128.64 118.61 181.04 -
System Red Green Blue C M Y K H S L
Decimal 203 94 112 0 0.54 0.45 0.20 350.09 0.51 0.58
Hex CB 5E 70 0 36 2D 14 15E 33 3A
Octal 313 136 160 0 66 55 24 536 63 72
Binary 11001011 1011110 1110000 0 110110 101101 10100 101011110 110011 111010

Color Harmonies of #CB5E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E70

Black with #CB5E70

Text Example


Text Example

White with #CB5E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E70; }

 p { color: rgb(203,94,112); }

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

background-color css

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

 a { background-color: rgb(203,94,112); }

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

border-color css

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

 span { border-color: rgb(203,94,112); }

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