Html Css Color HEX #CB5474 Cabaret

📋 copy color: '#CB5474'

red 203 ◦ green 84 ◦ blue 116

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

Shades of Cabaret #CB5474

Tints of Cabaret #CB5474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.84%

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

R = 50.37%
G = 20.84%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB5474 (or 0xCB5474) is known color: Cabaret. HEX triplet: CB, 54 and 74. RGB value is (203,84,116). Sum of RGB (Red+Green+Blue) = 203+84+116=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5474 is #34AB8B. Grayscale: #7B7B7B. Windows color (decimal): -3451788 or 7623883. OLE color: 7623883.

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

Color convert

RGB 203 84 116 -
CMYK 0 0.59 0.43 0.20
HSL 343.87º 0.53% 0.56% -
HSV(B) 343.87º 0.59% 0.8% -
XYZ 30.95 20.3 18.81 -
YUV 123.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 203 84 116 0 0.59 0.43 0.20 343.87 0.53 0.56
Hex CB 54 74 0 3B 2B 14 158 35 38
Octal 313 124 164 0 73 53 24 530 65 70
Binary 11001011 1010100 1110100 0 111011 101011 10100 101011000 110101 111000

Color Harmonies of #CB5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5474

Black with #CB5474

Text Example


Text Example

White with #CB5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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