Html Css Color HEX #CB6573 Cabaret

📋 copy color: '#CB6573'

red 203 ◦ green 101 ◦ blue 115

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

Shades of Cabaret #CB6573

Tints of Cabaret #CB6573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.11%

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 48.45%
G = 24.11%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB6573 (or 0xCB6573) is known color: Cabaret. HEX triplet: CB, 65 and 73. RGB value is (203,101,115). Sum of RGB (Red+Green+Blue) = 203+101+115=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6573 is #349A8C. Grayscale: #858585. Windows color (decimal): -3447437 or 7562699. OLE color: 7562699.

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

Color convert

RGB 203 101 115 -
CMYK 0 0.50 0.43 0.20
HSL 351.76º 0.5% 0.6% -
HSV(B) 351.76º 0.5% 0.8% -
XYZ 32.38 23.24 19 -
YUV 133.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 203 101 115 0 0.50 0.43 0.20 351.76 0.5 0.6
Hex CB 65 73 0 32 2B 14 160 32 3C
Octal 313 145 163 0 62 53 24 540 62 74
Binary 11001011 1100101 1110011 0 110010 101011 10100 101100000 110010 111100

Color Harmonies of #CB6573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6573

Black with #CB6573

Text Example


Text Example

White with #CB6573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6573; }

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

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

background-color css

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

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

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

border-color css

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

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

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