Html Css Color HEX #CB596A Cabaret

📋 copy color: '#CB596A'

red 203 ◦ green 89 ◦ blue 106

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

Shades of Cabaret #CB596A

Tints of Cabaret #CB596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.63%

R = 51.01%
G = 22.36%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB596A (or 0xCB596A) is known color: Cabaret. HEX triplet: CB, 59 and 6A. RGB value is (203,89,106). Sum of RGB (Red+Green+Blue) = 203+89+106=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB596A is #34A695. Grayscale: #7D7D7D. Windows color (decimal): -3450518 or 6969803. OLE color: 6969803.

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

Color convert

RGB 203 89 106 -
CMYK 0 0.56 0.48 0.20
HSL 351.05º 0.52% 0.57% -
HSV(B) 351.05º 0.56% 0.8% -
XYZ 30.8 20.88 16.04 -
YUV 125.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 203 89 106 0 0.56 0.48 0.20 351.05 0.52 0.57
Hex CB 59 6A 0 38 30 14 15F 34 39
Octal 313 131 152 0 70 60 24 537 64 71
Binary 11001011 1011001 1101010 0 111000 110000 10100 101011111 110100 111001

Color Harmonies of #CB596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB596A

Black with #CB596A

Text Example


Text Example

White with #CB596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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