Html Css Color HEX #CB5575 Cabaret

📋 copy color: '#CB5575'

red 203 ◦ green 85 ◦ blue 117

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

Shades of Cabaret #CB5575

Tints of Cabaret #CB5575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 50.12%
G = 20.99%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB5575 (or 0xCB5575) is known color: Cabaret. HEX triplet: CB, 55 and 75. RGB value is (203,85,117). Sum of RGB (Red+Green+Blue) = 203+85+117=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5575 is #34AA8A. Grayscale: #7B7B7B. Windows color (decimal): -3451531 or 7689675. OLE color: 7689675.

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

Color convert

RGB 203 85 117 -
CMYK 0 0.58 0.42 0.20
HSL 343.73º 0.53% 0.56% -
HSV(B) 343.73º 0.58% 0.8% -
XYZ 31.09 20.48 19.14 -
YUV 123.93 124.09 184.4 -
System Red Green Blue C M Y K H S L
Decimal 203 85 117 0 0.58 0.42 0.20 343.73 0.53 0.56
Hex CB 55 75 0 3A 2A 14 158 35 38
Octal 313 125 165 0 72 52 24 530 65 70
Binary 11001011 1010101 1110101 0 111010 101010 10100 101011000 110101 111000

Color Harmonies of #CB5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5575

Black with #CB5575

Text Example


Text Example

White with #CB5575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5575; }

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

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

background-color css

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

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

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

border-color css

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

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

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