Html Css Color HEX #CD596E Cabaret

📋 copy color: '#CD596E'

red 205 ◦ green 89 ◦ blue 110

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

Shades of Cabaret #CD596E

Tints of Cabaret #CD596E

RGB

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

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

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

R = 50.74%
G = 22.03%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD596E (or 0xCD596E) is known color: Cabaret. HEX triplet: CD, 59 and 6E. RGB value is (205,89,110). Sum of RGB (Red+Green+Blue) = 205+89+110=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD596E is #32A691. Grayscale: #7E7E7E. Windows color (decimal): -3319442 or 7231949. OLE color: 7231949.

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

Color convert

RGB 205 89 110 -
CMYK 0 0.57 0.46 0.20
HSL 349.14º 0.54% 0.58% -
HSV(B) 349.14º 0.57% 0.8% -
XYZ 31.56 21.25 17.19 -
YUV 126.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 205 89 110 0 0.57 0.46 0.20 349.14 0.54 0.58
Hex CD 59 6E 0 39 2E 14 15D 36 3A
Octal 315 131 156 0 71 56 24 535 66 72
Binary 11001101 1011001 1101110 0 111001 101110 10100 101011101 110110 111010

Color Harmonies of #CD596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD596E

Black with #CD596E

Text Example


Text Example

White with #CD596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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