Html Css Color HEX #CB5679 Cabaret

📋 copy color: '#CB5679'

red 203 ◦ green 86 ◦ blue 121

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

Shades of Cabaret #CB5679

Tints of Cabaret #CB5679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 49.51%
G = 20.98%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB5679 (or 0xCB5679) is known color: Cabaret. HEX triplet: CB, 56 and 79. RGB value is (203,86,121). Sum of RGB (Red+Green+Blue) = 203+86+121=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5679 is #34A986. Grayscale: #7C7C7C. Windows color (decimal): -3451271 or 7952075. OLE color: 7952075.

HSL color Cylindrical-coordinate representation of color #CB5679: hue angle of 342.05º 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 #CB5679 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 86 121 -
CMYK 0 0.58 0.40 0.20
HSL 342.05º 0.53% 0.57% -
HSV(B) 342.05º 0.58% 0.8% -
XYZ 31.41 20.73 20.44 -
YUV 124.97 125.76 183.65 -
System Red Green Blue C M Y K H S L
Decimal 203 86 121 0 0.58 0.40 0.20 342.05 0.53 0.57
Hex CB 56 79 0 3A 28 14 156 35 39
Octal 313 126 171 0 72 50 24 526 65 71
Binary 11001011 1010110 1111001 0 111010 101000 10100 101010110 110101 111001

Color Harmonies of #CB5679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5679

Black with #CB5679

Text Example


Text Example

White with #CB5679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5679; }

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

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

background-color css

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

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

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

border-color css

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

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

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