Html Css Color HEX #CB5970 Cabaret

📋 copy color: '#CB5970'

red 203 ◦ green 89 ◦ blue 112

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

Shades of Cabaret #CB5970

Tints of Cabaret #CB5970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.03%

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

R = 50.25%
G = 22.03%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB5970 (or 0xCB5970) is known color: Cabaret. HEX triplet: CB, 59 and 70. RGB value is (203,89,112). Sum of RGB (Red+Green+Blue) = 203+89+112=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5970 is #34A68F. Grayscale: #7D7D7D. Windows color (decimal): -3450512 or 7363019. OLE color: 7363019.

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

Color convert

RGB 203 89 112 -
CMYK 0 0.56 0.45 0.20
HSL 347.89º 0.52% 0.57% -
HSV(B) 347.89º 0.56% 0.8% -
XYZ 31.13 21.01 17.74 -
YUV 125.71 120.27 183.13 -
System Red Green Blue C M Y K H S L
Decimal 203 89 112 0 0.56 0.45 0.20 347.89 0.52 0.57
Hex CB 59 70 0 38 2D 14 15C 34 39
Octal 313 131 160 0 70 55 24 534 64 71
Binary 11001011 1011001 1110000 0 111000 101101 10100 101011100 110100 111001

Color Harmonies of #CB5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5970

Black with #CB5970

Text Example


Text Example

White with #CB5970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5970; }

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

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

background-color css

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

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

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

border-color css

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

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

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