Html Css Color HEX #CB5874 Cabaret

📋 copy color: '#CB5874'

red 203 ◦ green 88 ◦ blue 116

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

Shades of Cabaret #CB5874

Tints of Cabaret #CB5874

RGB

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

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

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

R = 49.88%
G = 21.62%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB5874 (or 0xCB5874) is known color: Cabaret. HEX triplet: CB, 58 and 74. RGB value is (203,88,116). Sum of RGB (Red+Green+Blue) = 203+88+116=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5874 is #34A78B. Grayscale: #7D7D7D. Windows color (decimal): -3450764 or 7624907. OLE color: 7624907.

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

Color convert

RGB 203 88 116 -
CMYK 0 0.57 0.43 0.20
HSL 345.39º 0.53% 0.57% -
HSV(B) 345.39º 0.57% 0.8% -
XYZ 31.27 20.94 18.92 -
YUV 125.58 122.6 183.22 -
System Red Green Blue C M Y K H S L
Decimal 203 88 116 0 0.57 0.43 0.20 345.39 0.53 0.57
Hex CB 58 74 0 39 2B 14 159 35 39
Octal 313 130 164 0 71 53 24 531 65 71
Binary 11001011 1011000 1110100 0 111001 101011 10100 101011001 110101 111001

Color Harmonies of #CB5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5874

Black with #CB5874

Text Example


Text Example

White with #CB5874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5874; }

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

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

background-color css

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

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

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

border-color css

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

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

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