Html Css Color HEX #CB587A Cabaret

📋 copy color: '#CB587A'

red 203 ◦ green 88 ◦ blue 122

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

Shades of Cabaret #CB587A

Tints of Cabaret #CB587A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.31%

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 49.15%
G = 21.31%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB587A (or 0xCB587A) is known color: Cabaret. HEX triplet: CB, 58 and 7A. RGB value is (203,88,122). Sum of RGB (Red+Green+Blue) = 203+88+122=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB587A is #34A785. Grayscale: #7E7E7E. Windows color (decimal): -3450758 or 8018123. OLE color: 8018123.

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

Color convert

RGB 203 88 122 -
CMYK 0 0.57 0.40 0.20
HSL 342.26º 0.53% 0.57% -
HSV(B) 342.26º 0.57% 0.8% -
XYZ 31.63 21.08 20.81 -
YUV 126.26 125.6 182.74 -
System Red Green Blue C M Y K H S L
Decimal 203 88 122 0 0.57 0.40 0.20 342.26 0.53 0.57
Hex CB 58 7A 0 39 28 14 156 35 39
Octal 313 130 172 0 71 50 24 526 65 71
Binary 11001011 1011000 1111010 0 111001 101000 10100 101010110 110101 111001

Color Harmonies of #CB587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB587A

Black with #CB587A

Text Example


Text Example

White with #CB587A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB587A; }

 p { color: rgb(203,88,122); }

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

background-color css

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

 a { background-color: rgb(203,88,122); }

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

border-color css

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

 span { border-color: rgb(203,88,122); }

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