Html Css Color HEX #CB5569 Cabaret

📋 copy color: '#CB5569'

red 203 ◦ green 85 ◦ blue 105

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

Shades of Cabaret #CB5569

Tints of Cabaret #CB5569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.63%

 BLUE value IS 105 (41.41% from 255) = 26.72%

R = 51.65%
G = 21.63%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB5569 (or 0xCB5569) is known color: Cabaret. HEX triplet: CB, 55 and 69. RGB value is (203,85,105). Sum of RGB (Red+Green+Blue) = 203+85+105=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5569 is #34AA96. Grayscale: #7A7A7A. Windows color (decimal): -3451543 or 6903243. OLE color: 6903243.

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

Color convert

RGB 203 85 105 -
CMYK 0 0.58 0.48 0.20
HSL 349.83º 0.53% 0.56% -
HSV(B) 349.83º 0.58% 0.8% -
XYZ 30.43 20.21 15.66 -
YUV 122.56 118.09 185.37 -
System Red Green Blue C M Y K H S L
Decimal 203 85 105 0 0.58 0.48 0.20 349.83 0.53 0.56
Hex CB 55 69 0 3A 30 14 15E 35 38
Octal 313 125 151 0 72 60 24 536 65 70
Binary 11001011 1010101 1101001 0 111010 110000 10100 101011110 110101 111000

Color Harmonies of #CB5569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5569

Black with #CB5569

Text Example


Text Example

White with #CB5569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5569; }

 p { color: rgb(203,85,105); }

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

background-color css

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

 a { background-color: rgb(203,85,105); }

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

border-color css

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

 span { border-color: rgb(203,85,105); }

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