Html Css Color HEX #CD596C Cabaret

📋 copy color: '#CD596C'

red 205 ◦ green 89 ◦ blue 108

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

Shades of Cabaret #CD596C

Tints of Cabaret #CD596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.87%

R = 51%
G = 22.14%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD596C (or 0xCD596C) is known color: Cabaret. HEX triplet: CD, 59 and 6C. RGB value is (205,89,108). Sum of RGB (Red+Green+Blue) = 205+89+108=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD596C is #32A693. Grayscale: #7D7D7D. Windows color (decimal): -3319444 or 7100877. OLE color: 7100877.

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

Color convert

RGB 205 89 108 -
CMYK 0 0.57 0.47 0.20
HSL 350.17º 0.54% 0.58% -
HSV(B) 350.17º 0.57% 0.8% -
XYZ 31.46 21.21 16.62 -
YUV 125.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 205 89 108 0 0.57 0.47 0.20 350.17 0.54 0.58
Hex CD 59 6C 0 39 2F 14 15E 36 3A
Octal 315 131 154 0 71 57 24 536 66 72
Binary 11001101 1011001 1101100 0 111001 101111 10100 101011110 110110 111010

Color Harmonies of #CD596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD596C

Black with #CD596C

Text Example


Text Example

White with #CD596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD596C; }

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

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

background-color css

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

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

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

border-color css

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

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

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