Html Css Color HEX #CB5479 Cabaret

📋 copy color: '#CB5479'

red 203 ◦ green 84 ◦ blue 121

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

Shades of Cabaret #CB5479

Tints of Cabaret #CB5479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.66%

R = 49.75%
G = 20.59%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB5479 (or 0xCB5479) is known color: Cabaret. HEX triplet: CB, 54 and 79. RGB value is (203,84,121). Sum of RGB (Red+Green+Blue) = 203+84+121=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5479 is #34AB86. Grayscale: #7B7B7B. Windows color (decimal): -3451783 or 7951563. OLE color: 7951563.

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

Color convert

RGB 203 84 121 -
CMYK 0 0.59 0.40 0.20
HSL 341.34º 0.53% 0.56% -
HSV(B) 341.34º 0.59% 0.8% -
XYZ 31.25 20.42 20.38 -
YUV 123.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 203 84 121 0 0.59 0.40 0.20 341.34 0.53 0.56
Hex CB 54 79 0 3B 28 14 155 35 38
Octal 313 124 171 0 73 50 24 525 65 70
Binary 11001011 1010100 1111001 0 111011 101000 10100 101010101 110101 111000

Color Harmonies of #CB5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5479

Black with #CB5479

Text Example


Text Example

White with #CB5479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5479; }

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

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

background-color css

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

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

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

border-color css

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

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

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