Html Css Color HEX #CB596E Cabaret

📋 copy color: '#CB596E'

red 203 ◦ green 89 ◦ blue 110

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

Shades of Cabaret #CB596E

Tints of Cabaret #CB596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.36%

R = 50.5%
G = 22.14%
B = 27.36%

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

#CB596E (or 0xCB596E) is known color: Cabaret. HEX triplet: CB, 59 and 6E. RGB value is (203,89,110). Sum of RGB (Red+Green+Blue) = 203+89+110=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB596E is #34A691. Grayscale: #7D7D7D. Windows color (decimal): -3450514 or 7231947. OLE color: 7231947.

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

Color convert

RGB 203 89 110 -
CMYK 0 0.56 0.46 0.20
HSL 348.95º 0.52% 0.57% -
HSV(B) 348.95º 0.56% 0.8% -
XYZ 31.02 20.97 17.16 -
YUV 125.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 203 89 110 0 0.56 0.46 0.20 348.95 0.52 0.57
Hex CB 59 6E 0 38 2E 14 15D 34 39
Octal 313 131 156 0 70 56 24 535 64 71
Binary 11001011 1011001 1101110 0 111000 101110 10100 101011101 110100 111001

Color Harmonies of #CB596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB596E

Black with #CB596E

Text Example


Text Example

White with #CB596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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