Html Css Color HEX #CB5574 Cabaret

📋 copy color: '#CB5574'

red 203 ◦ green 85 ◦ blue 116

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

Shades of Cabaret #CB5574

Tints of Cabaret #CB5574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.04%

 BLUE value IS 116 (45.7% from 255) = 28.71%

R = 50.25%
G = 21.04%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB5574 (or 0xCB5574) is known color: Cabaret. HEX triplet: CB, 55 and 74. RGB value is (203,85,116). Sum of RGB (Red+Green+Blue) = 203+85+116=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5574 is #34AA8B. Grayscale: #7B7B7B. Windows color (decimal): -3451532 or 7624139. OLE color: 7624139.

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

Color convert

RGB 203 85 116 -
CMYK 0 0.58 0.43 0.20
HSL 344.24º 0.53% 0.56% -
HSV(B) 344.24º 0.58% 0.8% -
XYZ 31.03 20.45 18.84 -
YUV 123.82 123.59 184.48 -
System Red Green Blue C M Y K H S L
Decimal 203 85 116 0 0.58 0.43 0.20 344.24 0.53 0.56
Hex CB 55 74 0 3A 2B 14 158 35 38
Octal 313 125 164 0 72 53 24 530 65 70
Binary 11001011 1010101 1110100 0 111010 101011 10100 101011000 110101 111000

Color Harmonies of #CB5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5574

Black with #CB5574

Text Example


Text Example

White with #CB5574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5574; }

 p { color: rgb(203,85,116); }

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

background-color css

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

 a { background-color: rgb(203,85,116); }

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

border-color css

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

 span { border-color: rgb(203,85,116); }

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