Html Css Color HEX #CB596D Cabaret

📋 copy color: '#CB596D'

red 203 ◦ green 89 ◦ blue 109

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

Shades of Cabaret #CB596D

Tints of Cabaret #CB596D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.19%

 BLUE value IS 109 (42.97% from 255) = 27.18%

R = 50.62%
G = 22.19%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB596D (or 0xCB596D) is known color: Cabaret. HEX triplet: CB, 59 and 6D. RGB value is (203,89,109). Sum of RGB (Red+Green+Blue) = 203+89+109=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB596D is #34A692. Grayscale: #7D7D7D. Windows color (decimal): -3450515 or 7166411. OLE color: 7166411.

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

Color convert

RGB 203 89 109 -
CMYK 0 0.56 0.46 0.20
HSL 349.47º 0.52% 0.57% -
HSV(B) 349.47º 0.56% 0.8% -
XYZ 30.96 20.95 16.88 -
YUV 125.37 118.77 183.37 -
System Red Green Blue C M Y K H S L
Decimal 203 89 109 0 0.56 0.46 0.20 349.47 0.52 0.57
Hex CB 59 6D 0 38 2E 14 15D 34 39
Octal 313 131 155 0 70 56 24 535 64 71
Binary 11001011 1011001 1101101 0 111000 101110 10100 101011101 110100 111001

Color Harmonies of #CB596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB596D

Black with #CB596D

Text Example


Text Example

White with #CB596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB596D; }

 p { color: rgb(203,89,109); }

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

background-color css

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

 a { background-color: rgb(203,89,109); }

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

border-color css

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

 span { border-color: rgb(203,89,109); }

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