Html Css Color HEX #CB5378 Cabaret

📋 copy color: '#CB5378'

red 203 ◦ green 83 ◦ blue 120

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

Shades of Cabaret #CB5378

Tints of Cabaret #CB5378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.56%

R = 50%
G = 20.44%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB5378 (or 0xCB5378) is known color: Cabaret. HEX triplet: CB, 53 and 78. RGB value is (203,83,120). Sum of RGB (Red+Green+Blue) = 203+83+120=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5378 is #34AC87. Grayscale: #7B7B7B. Windows color (decimal): -3452040 or 7885771. OLE color: 7885771.

HSL color Cylindrical-coordinate representation of color #CB5378: hue angle of 341.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 #CB5378 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 83 120 -
CMYK 0 0.59 0.41 0.20
HSL 341.5º 0.54% 0.56% -
HSV(B) 341.5º 0.59% 0.8% -
XYZ 31.11 20.24 20.04 -
YUV 123.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 203 83 120 0 0.59 0.41 0.20 341.5 0.54 0.56
Hex CB 53 78 0 3B 29 14 156 36 38
Octal 313 123 170 0 73 51 24 526 66 70
Binary 11001011 1010011 1111000 0 111011 101001 10100 101010110 110110 111000

Color Harmonies of #CB5378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5378

Black with #CB5378

Text Example


Text Example

White with #CB5378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5378; }

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

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

background-color css

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

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

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

border-color css

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

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

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