Html Css Color HEX #CB597A Cabaret

📋 copy color: '#CB597A'

red 203 ◦ green 89 ◦ blue 122

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

Shades of Cabaret #CB597A

Tints of Cabaret #CB597A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.47%

R = 49.03%
G = 21.5%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB597A (or 0xCB597A) is known color: Cabaret. HEX triplet: CB, 59 and 7A. RGB value is (203,89,122). Sum of RGB (Red+Green+Blue) = 203+89+122=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB597A is #34A685. Grayscale: #7E7E7E. Windows color (decimal): -3450502 or 8018379. OLE color: 8018379.

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

Color convert

RGB 203 89 122 -
CMYK 0 0.56 0.40 0.20
HSL 342.63º 0.52% 0.57% -
HSV(B) 342.63º 0.56% 0.8% -
XYZ 31.71 21.25 20.84 -
YUV 126.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 203 89 122 0 0.56 0.40 0.20 342.63 0.52 0.57
Hex CB 59 7A 0 38 28 14 157 34 39
Octal 313 131 172 0 70 50 24 527 64 71
Binary 11001011 1011001 1111010 0 111000 101000 10100 101010111 110100 111001

Color Harmonies of #CB597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB597A

Black with #CB597A

Text Example


Text Example

White with #CB597A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB597A; }

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

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

background-color css

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

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

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

border-color css

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

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

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