Html Css Color HEX #CD596A Cabaret

📋 copy color: '#CD596A'

red 205 ◦ green 89 ◦ blue 106

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

Shades of Cabaret #CD596A

Tints of Cabaret #CD596A

RGB

 RED value IS 205 (80.47% from 255) = 51.25%

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

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

R = 51.25%
G = 22.25%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD596A (or 0xCD596A) is known color: Cabaret. HEX triplet: CD, 59 and 6A. RGB value is (205,89,106). Sum of RGB (Red+Green+Blue) = 205+89+106=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD596A is #32A695. Grayscale: #7D7D7D. Windows color (decimal): -3319446 or 6969805. OLE color: 6969805.

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

Color convert

RGB 205 89 106 -
CMYK 0 0.57 0.48 0.20
HSL 351.21º 0.54% 0.58% -
HSV(B) 351.21º 0.57% 0.8% -
XYZ 31.35 21.16 16.07 -
YUV 125.62 116.93 184.62 -
System Red Green Blue C M Y K H S L
Decimal 205 89 106 0 0.57 0.48 0.20 351.21 0.54 0.58
Hex CD 59 6A 0 39 30 14 15F 36 3A
Octal 315 131 152 0 71 60 24 537 66 72
Binary 11001101 1011001 1101010 0 111001 110000 10100 101011111 110110 111010

Color Harmonies of #CD596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD596A

Black with #CD596A

Text Example


Text Example

White with #CD596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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