Html Css Color HEX #CB5670 Cabaret

📋 copy color: '#CB5670'

red 203 ◦ green 86 ◦ blue 112

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

Shades of Cabaret #CB5670

Tints of Cabaret #CB5670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.45%

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

R = 50.62%
G = 21.45%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB5670 (or 0xCB5670) is known color: Cabaret. HEX triplet: CB, 56 and 70. RGB value is (203,86,112). Sum of RGB (Red+Green+Blue) = 203+86+112=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5670 is #34A98F. Grayscale: #7B7B7B. Windows color (decimal): -3451280 or 7362251. OLE color: 7362251.

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

Color convert

RGB 203 86 112 -
CMYK 0 0.58 0.45 0.20
HSL 346.67º 0.53% 0.57% -
HSV(B) 346.67º 0.58% 0.8% -
XYZ 30.88 20.52 17.66 -
YUV 123.95 121.26 184.39 -
System Red Green Blue C M Y K H S L
Decimal 203 86 112 0 0.58 0.45 0.20 346.67 0.53 0.57
Hex CB 56 70 0 3A 2D 14 15B 35 39
Octal 313 126 160 0 72 55 24 533 65 71
Binary 11001011 1010110 1110000 0 111010 101101 10100 101011011 110101 111001

Color Harmonies of #CB5670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5670

Black with #CB5670

Text Example


Text Example

White with #CB5670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5670; }

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

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

background-color css

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

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

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

border-color css

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

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

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