Html Css Color HEX #CB5565 Cabaret

📋 copy color: '#CB5565'

red 203 ◦ green 85 ◦ blue 101

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

Shades of Cabaret #CB5565

Tints of Cabaret #CB5565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 52.19%
G = 21.85%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB5565 (or 0xCB5565) is known color: Cabaret. HEX triplet: CB, 55 and 65. RGB value is (203,85,101). Sum of RGB (Red+Green+Blue) = 203+85+101=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5565 is #34AA9A. Grayscale: #7A7A7A. Windows color (decimal): -3451547 or 6641099. OLE color: 6641099.

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

Color convert

RGB 203 85 101 -
CMYK 0 0.58 0.50 0.20
HSL 351.86º 0.53% 0.56% -
HSV(B) 351.86º 0.58% 0.8% -
XYZ 30.23 20.13 14.6 -
YUV 122.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 203 85 101 0 0.58 0.50 0.20 351.86 0.53 0.56
Hex CB 55 65 0 3A 32 14 160 35 38
Octal 313 125 145 0 72 62 24 540 65 70
Binary 11001011 1010101 1100101 0 111010 110010 10100 101100000 110101 111000

Color Harmonies of #CB5565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5565

Black with #CB5565

Text Example


Text Example

White with #CB5565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5565; }

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

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

background-color css

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

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

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

border-color css

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

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

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