Html Css Color HEX #CB5665 Cabaret

📋 copy color: '#CB5665'

red 203 ◦ green 86 ◦ blue 101

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

Shades of Cabaret #CB5665

Tints of Cabaret #CB5665

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.05%

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

R = 52.05%
G = 22.05%
B = 25.9%

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

#CB5665 (or 0xCB5665) is known color: Cabaret. HEX triplet: CB, 56 and 65. RGB value is (203,86,101). Sum of RGB (Red+Green+Blue) = 203+86+101=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5665 is #34A99A. Grayscale: #7A7A7A. Windows color (decimal): -3451291 or 6641355. OLE color: 6641355.

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

Color convert

RGB 203 86 101 -
CMYK 0 0.58 0.50 0.20
HSL 352.31º 0.53% 0.57% -
HSV(B) 352.31º 0.58% 0.8% -
XYZ 30.31 20.29 14.63 -
YUV 122.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 203 86 101 0 0.58 0.50 0.20 352.31 0.53 0.57
Hex CB 56 65 0 3A 32 14 160 35 39
Octal 313 126 145 0 72 62 24 540 65 71
Binary 11001011 1010110 1100101 0 111010 110010 10100 101100000 110101 111001

Color Harmonies of #CB5665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5665

Black with #CB5665

Text Example


Text Example

White with #CB5665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5665; }

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

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

background-color css

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

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

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

border-color css

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

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

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