Html Css Color HEX #CB5374 Cabaret

📋 copy color: '#CB5374'

red 203 ◦ green 83 ◦ blue 116

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

Shades of Cabaret #CB5374

Tints of Cabaret #CB5374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.65%

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

R = 50.5%
G = 20.65%
B = 28.86%

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

#CB5374 (or 0xCB5374) is known color: Cabaret. HEX triplet: CB, 53 and 74. RGB value is (203,83,116). Sum of RGB (Red+Green+Blue) = 203+83+116=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5374 is #34AC8B. Grayscale: #7A7A7A. Windows color (decimal): -3452044 or 7623627. OLE color: 7623627.

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

Color convert

RGB 203 83 116 -
CMYK 0 0.59 0.43 0.20
HSL 343.5º 0.54% 0.56% -
HSV(B) 343.5º 0.59% 0.8% -
XYZ 30.87 20.14 18.78 -
YUV 122.64 124.26 185.32 -
System Red Green Blue C M Y K H S L
Decimal 203 83 116 0 0.59 0.43 0.20 343.5 0.54 0.56
Hex CB 53 74 0 3B 2B 14 158 36 38
Octal 313 123 164 0 73 53 24 530 66 70
Binary 11001011 1010011 1110100 0 111011 101011 10100 101011000 110110 111000

Color Harmonies of #CB5374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5374

Black with #CB5374

Text Example


Text Example

White with #CB5374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5374; }

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

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

background-color css

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

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

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

border-color css

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

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

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